#944D04

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

Shades of Saddle Brown #944D04

Tints of Saddle Brown #944D04

Color information

#944D04 (or 0x944D04) is unknown color: approx Saddle Brown. HEX triplet: 94, 4D and 04. RGB value is (148,77,4). Sum of RGB (Red+Green+Blue) = 148+77+4=229 (30% of max value = 765). Red value is 148 (58.20% from 255 or 64.63% from 229); Green value is 77 (30.47% from 255 or 33.62% from 229); Blue value is 4 (1.95% from 255 or 1.75% from 229); Max value from RGB is 148 - color contains mainly: red. Hex color #944D04 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #944D04 is #6BB2FB. Grayscale: #5A5A5A. Windows color (decimal): -7058172 or 282004. OLE color: 282004.

HSL color Cylindrical-coordinate representation of color #944D04: hue angle of 30.42º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #944D04 is Cyan = 0, Magento = 0.48, Yellow = 0.97 and Black (K on CMYK) = 0.42.

Color convert

RGB148774-
CMYK00.480.970.42
HSL30.42º94.74%29.8%-
HSV(B)30.42º97.3%58.04%-
XYZ14.8911.611.57-
YUV89.9179.52169.44-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 64.63%
GREEN value IS 77 (30.47% from 255) = 33.62%
BLUE value IS 4 (1.95% from 255) = 1.75%
R=64.63%
G=33.62%
B=1.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.97
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14877400.480.970.4230.4294.7429.8
Hex944D4030612A1e5f1e
Octal2241154060141523613736
Binary1001010010011011000110000110000110101011110101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #944D04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #944D04; }

 p { color: rgb(148,77,4); }

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

<style>
 a { background-color: #944D04; }

 a { background-color: rgb(148,77,4); }

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

<style>
 span { border-color: #944D04; }

 span { border-color: rgb(148,77,4); }

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