#9C580D

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

Shades of Golden Brown #9C580D

Tints of Golden Brown #9C580D

Color information

#9C580D (or 0x9C580D) is unknown color: approx Golden Brown. HEX triplet: 9C, 58 and 0D. RGB value is (156,88,13). Sum of RGB (Red+Green+Blue) = 156+88+13=257 (34% of max value = 765). Red value is 156 (61.33% from 255 or 60.70% from 257); Green value is 88 (34.77% from 255 or 34.24% from 257); Blue value is 13 (5.47% from 255 or 5.06% from 257); Max value from RGB is 156 - color contains mainly: red. Hex color #9C580D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9C580D is #63A7F2. Grayscale: #646464. Windows color (decimal): -6531059 or 874652. OLE color: 874652.

HSL color Cylindrical-coordinate representation of color #9C580D: hue angle of 31.47º 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 #9C580D is Cyan = 0, Magento = 0.44, Yellow = 0.92 and Black (K on CMYK) = 0.39.

Color convert

RGB1568813-
CMYK00.440.920.39
HSL31.47º84.62%33.14%-
HSV(B)31.47º91.67%61.18%-
XYZ17.2714.082.19-
YUV99.7879.03168.1-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 60.70%
GREEN value IS 88 (34.77% from 255) = 34.24%
BLUE value IS 13 (5.47% from 255) = 5.06%
R=60.70%
G=34.24%
B=5.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.92
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156881300.440.920.3931.4784.6233.14
Hex9C58D02C5C271f5521
Octal23413015054134473712541
Binary100111001011000110101011001011100100111111111010101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C580D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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