#9C580A

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

Shades of Golden Brown #9C580A

Tints of Golden Brown #9C580A

Color information

#9C580A (or 0x9C580A) is unknown color: approx Golden Brown. HEX triplet: 9C, 58 and 0A. RGB value is (156,88,10). Sum of RGB (Red+Green+Blue) = 156+88+10=254 (33% of max value = 765). Red value is 156 (61.33% from 255 or 61.42% from 254); Green value is 88 (34.77% from 255 or 34.65% from 254); Blue value is 10 (4.30% from 255 or 3.94% from 254); Max value from RGB is 156 - color contains mainly: red. Hex color #9C580A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9C580A is #63A7F5. Grayscale: #636363. Windows color (decimal): -6531062 or 678044. OLE color: 678044.

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

Color convert

RGB1568810-
CMYK00.440.940.39
HSL32.05º87.95%32.55%-
HSV(B)32.05º93.59%61.18%-
XYZ17.2514.072.09-
YUV99.4477.53168.34-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 61.42%
GREEN value IS 88 (34.77% from 255) = 34.65%
BLUE value IS 10 (4.30% from 255) = 3.94%
R=61.42%
G=34.65%
B=3.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.94
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156881000.440.940.3932.0587.9532.55
Hex9C58A02C5E27205821
Octal23413012054136474013041
Binary1001110010110001010010110010111101001111000001011000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C580A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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