#905C15

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

Shades of Golden Brown #905C15

Tints of Golden Brown #905C15

Color information

#905C15 (or 0x905C15) is unknown color: approx Golden Brown. HEX triplet: 90, 5C and 15. RGB value is (144,92,21). Sum of RGB (Red+Green+Blue) = 144+92+21=257 (34% of max value = 765). Red value is 144 (56.64% from 255 or 56.03% from 257); Green value is 92 (36.33% from 255 or 35.80% from 257); Blue value is 21 (8.59% from 255 or 8.17% from 257); Max value from RGB is 144 - color contains mainly: red. Hex color #905C15 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #905C15 is #6FA3EA. Grayscale: #636363. Windows color (decimal): -7316459 or 1399952. OLE color: 1399952.

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

Color convert

RGB1449221-
CMYK00.360.850.44
HSL34.63º74.55%32.35%-
HSV(B)34.63º85.42%56.47%-
XYZ15.4613.642.53-
YUV99.4583.73159.77-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 56.03%
GREEN value IS 92 (36.33% from 255) = 35.80%
BLUE value IS 21 (8.59% from 255) = 8.17%
R=56.03%
G=35.80%
B=8.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.85
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144922100.360.850.4434.6374.5532.35
Hex905C15024552C234b20
Octal22013425044125544311340
Binary10010000101110010101010010010101011011001000111001011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #905C15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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