#904C05

Color #904C05 Saddle Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Saddle Brown #904C05

Tints of Saddle Brown #904C05

Color information

#904C05 (or 0x904C05) is unknown color: approx Saddle Brown. HEX triplet: 90, 4C and 05. RGB value is (144,76,5). Sum of RGB (Red+Green+Blue) = 144+76+5=225 (29% of max value = 765). Red value is 144 (56.64% from 255 or 64% from 225); Green value is 76 (30.08% from 255 or 33.78% from 225); Blue value is 5 (2.34% from 255 or 2.22% from 225); Max value from RGB is 144 - color contains mainly: red. Hex color #904C05 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #904C05 is #6FB3FA. Grayscale: #585858. Windows color (decimal): -7320571 or 347280. OLE color: 347280.

HSL color Cylindrical-coordinate representation of color #904C05: hue angle of 30.65º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #904C05 is Cyan = 0, Magento = 0.47, Yellow = 0.97 and Black (K on CMYK) = 0.44.

Color convert

RGB144765-
CMYK00.470.970.44
HSL30.65º93.29%29.22%-
HSV(B)30.65º96.53%56.47%-
XYZ14.1111.111.54-
YUV88.2481.03167.77-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 64%
GREEN value IS 76 (30.08% from 255) = 33.78%
BLUE value IS 5 (2.34% from 255) = 2.22%
R=64%
G=33.78%
B=2.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.97
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14476500.470.970.4430.6593.2929.22
Hex904C502F612C1f5d1d
Octal2201145057141543713535
Binary1001000010011001010101111110000110110011111101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #904C05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #904C05; }

 p { color: rgb(144,76,5); }

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

<style>
 a { background-color: #904C05; }

 a { background-color: rgb(144,76,5); }

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

<style>
 span { border-color: #904C05; }

 span { border-color: rgb(144,76,5); }

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