#9C550A

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

Shades of Golden Brown #9C550A

Tints of Golden Brown #9C550A

Color information

#9C550A (or 0x9C550A) is unknown color: approx Golden Brown. HEX triplet: 9C, 55 and 0A. RGB value is (156,85,10). Sum of RGB (Red+Green+Blue) = 156+85+10=251 (33% of max value = 765). Red value is 156 (61.33% from 255 or 62.15% from 251); Green value is 85 (33.59% from 255 or 33.86% from 251); Blue value is 10 (4.30% from 255 or 3.98% from 251); Max value from RGB is 156 - color contains mainly: red. Hex color #9C550A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9C550A is #63AAF5. Grayscale: #626262. Windows color (decimal): -6531830 or 677276. OLE color: 677276.

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

Color convert

RGB1568510-
CMYK00.460.940.39
HSL30.82º87.95%32.55%-
HSV(B)30.82º93.59%61.18%-
XYZ17.0113.592.01-
YUV97.6878.52169.6-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 62.15%
GREEN value IS 85 (33.59% from 255) = 33.86%
BLUE value IS 10 (4.30% from 255) = 3.98%
R=62.15%
G=33.86%
B=3.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.94
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156851000.460.940.3930.8287.9532.55
Hex9C55A02E5E271f5821
Octal23412512056136473713041
Binary100111001010101101001011101011110100111111111011000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C550A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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