#9C5A0D

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

Shades of Golden Brown #9C5A0D

Tints of Golden Brown #9C5A0D

Color information

#9C5A0D (or 0x9C5A0D) is unknown color: approx Golden Brown. HEX triplet: 9C, 5A and 0D. RGB value is (156,90,13). Sum of RGB (Red+Green+Blue) = 156+90+13=259 (34% of max value = 765). Red value is 156 (61.33% from 255 or 60.23% from 259); Green value is 90 (35.55% from 255 or 34.75% from 259); Blue value is 13 (5.47% from 255 or 5.02% from 259); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5A0D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9C5A0D is #63A5F2. Grayscale: #656565. Windows color (decimal): -6530547 or 875164. OLE color: 875164.

HSL color Cylindrical-coordinate representation of color #9C5A0D: hue angle of 32.31º degrees, saturation: 0.85, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9C5A0D is Cyan = 0, Magento = 0.42, Yellow = 0.92 and Black (K on CMYK) = 0.39.

Color convert

RGB1569013-
CMYK00.420.920.39
HSL32.31º84.62%33.14%-
HSV(B)32.31º91.67%61.18%-
XYZ17.4414.412.24-
YUV100.9678.37167.26-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 60.23%
GREEN value IS 90 (35.55% from 255) = 34.75%
BLUE value IS 13 (5.47% from 255) = 5.02%
R=60.23%
G=34.75%
B=5.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.92
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156901300.420.920.3932.3184.6233.14
Hex9C5AD02A5C27205521
Octal23413215052134474012541
Binary1001110010110101101010101010111001001111000001010101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C5A0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,90,13); }

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

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

 a { background-color: rgb(156,90,13); }

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

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

 span { border-color: rgb(156,90,13); }

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