#9C711C

Color #9C711C Golden Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Golden Brown #9C711C

Tints of Golden Brown #9C711C

Color information

#9C711C (or 0x9C711C) is unknown color: approx Golden Brown. HEX triplet: 9C, 71 and 1C. RGB value is (156,113,28). Sum of RGB (Red+Green+Blue) = 156+113+28=297 (39% of max value = 765). Red value is 156 (61.33% from 255 or 52.53% from 297); Green value is 113 (44.53% from 255 or 38.05% from 297); Blue value is 28 (11.33% from 255 or 9.43% from 297); Max value from RGB is 156 - color contains mainly: red. Hex color #9C711C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C711C is #638EE3. Grayscale: #747474. Windows color (decimal): -6524644 or 1864092. OLE color: 1864092.

HSL color Cylindrical-coordinate representation of color #9C711C: hue angle of 39.84º degrees, saturation: 0.7, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9C711C is Cyan = 0, Magento = 0.28, Yellow = 0.82 and Black (K on CMYK) = 0.39.

Color convert

RGB15611328-
CMYK00.280.820.39
HSL39.84º69.57%36.08%-
HSV(B)39.84º82.05%61.18%-
XYZ19.8318.963.71-
YUV116.1778.25156.41-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 156 (61.33% from 255) = 52.53%
GREEN value IS 113 (44.53% from 255) = 38.05%
BLUE value IS 28 (11.33% from 255) = 9.43%
R=52.53%
G=38.05%
B=9.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.82
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1561132800.280.820.3939.8469.5736.08
Hex9C711C01C5227284624
Octal23416134034122475010644
Binary1001110011100011110001110010100101001111010001000110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C711C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9C711C; }

 p { color: rgb(156,113,28); }

 H1.HeaderClassName
 {
   color: #9C711C;
 }
 .AnyTagClassName
 {
   color: #9C711C;
 }
</style>
background-color css

<style>
 a { background-color: #9C711C; }

 a { background-color: rgb(156,113,28); }

 div.DivClassName
 {
   background-color: #9C711C;
 }
 .BgClassName
 {
   background-color: #9C711C;
 }
</style>
border-color css

<style>
 span { border-color: #9C711C; }

 span { border-color: rgb(156,113,28); }

 td.TdClassName
 {
   border-color: #9C711C;
 }
 .TagClassName
 {
   border-color: #9C711C;
 }
</style>