#904D05

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

Shades of Saddle Brown #904D05

Tints of Saddle Brown #904D05

Color information

#904D05 (or 0x904D05) is unknown color: approx Saddle Brown. HEX triplet: 90, 4D and 05. RGB value is (144,77,5). Sum of RGB (Red+Green+Blue) = 144+77+5=226 (29% of max value = 765). Red value is 144 (56.64% from 255 or 63.72% from 226); Green value is 77 (30.47% from 255 or 34.07% from 226); Blue value is 5 (2.34% from 255 or 2.21% from 226); Max value from RGB is 144 - color contains mainly: red. Hex color #904D05 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #904D05 is #6FB2FA. Grayscale: #595959. Windows color (decimal): -7320315 or 347536. OLE color: 347536.

HSL color Cylindrical-coordinate representation of color #904D05: hue angle of 31.08º 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 #904D05 is Cyan = 0, Magento = 0.47, Yellow = 0.97 and Black (K on CMYK) = 0.44.

Color convert

RGB144775-
CMYK00.470.970.44
HSL31.08º93.29%29.22%-
HSV(B)31.08º96.53%56.47%-
XYZ14.1811.251.57-
YUV88.8280.7167.35-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 63.72%
GREEN value IS 77 (30.47% from 255) = 34.07%
BLUE value IS 5 (2.34% from 255) = 2.21%
R=63.72%
G=34.07%
B=2.21%

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
Decimal14477500.470.970.4431.0893.2929.22
Hex904D502F612C1f5d1d
Octal2201155057141543713535
Binary1001000010011011010101111110000110110011111101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #904D05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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