#905C08

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

Shades of Golden Brown #905C08

Tints of Golden Brown #905C08

Color information

#905C08 (or 0x905C08) is unknown color: approx Golden Brown. HEX triplet: 90, 5C and 08. RGB value is (144,92,8). Sum of RGB (Red+Green+Blue) = 144+92+8=244 (32% of max value = 765). Red value is 144 (56.64% from 255 or 59.02% from 244); Green value is 92 (36.33% from 255 or 37.70% from 244); Blue value is 8 (3.52% from 255 or 3.28% from 244); Max value from RGB is 144 - color contains mainly: red. Hex color #905C08 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #905C08 is #6FA3F7. Grayscale: #626262. Windows color (decimal): -7316472 or 547984. OLE color: 547984.

HSL color Cylindrical-coordinate representation of color #905C08: hue angle of 37.06º degrees, saturation: 0.89, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #905C08 is Cyan = 0, Magento = 0.36, Yellow = 0.94 and Black (K on CMYK) = 0.44.

Color convert

RGB144928-
CMYK00.360.940.44
HSL37.06º89.47%29.8%-
HSV(B)37.06º94.44%56.47%-
XYZ15.3713.62.04-
YUV97.9777.23160.83-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 59.02%
GREEN value IS 92 (36.33% from 255) = 37.70%
BLUE value IS 8 (3.52% from 255) = 3.28%
R=59.02%
G=37.70%
B=3.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.94
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14492800.360.940.4437.0689.4729.8
Hex905C80245E2C25591e
Octal22013410044136544513136
Binary100100001011100100001001001011110101100100101101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #905C08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #905C08; }

 p { color: rgb(144,92,8); }

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

<style>
 a { background-color: #905C08; }

 a { background-color: rgb(144,92,8); }

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

<style>
 span { border-color: #905C08; }

 span { border-color: rgb(144,92,8); }

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