#944D00

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

Shades of Saddle Brown #944D00

Tints of Saddle Brown #944D00

Color information

#944D00 (or 0x944D00) is unknown color: approx Saddle Brown. HEX triplet: 94, 4D and 00. RGB value is (148,77,0). Sum of RGB (Red+Green+Blue) = 148+77+0=225 (29% of max value = 765). Red value is 148 (58.20% from 255 or 65.78% from 225); Green value is 77 (30.47% from 255 or 34.22% from 225); Blue value is 0 (0.39% from 255 or 0% from 225); Max value from RGB is 148 - color contains mainly: red. Hex color #944D00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #944D00 is #6BB2FF. Grayscale: #595959. Windows color (decimal): -7058176 or 19860. OLE color: 19860.

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

Color convert

RGB148770-
CMYK00.4810.42
HSL31.22º100%29.02%-
HSV(B)31.22º100%58.04%-
XYZ14.8711.61.46-
YUV89.4577.52169.76-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 65.78%
GREEN value IS 77 (30.47% from 255) = 34.22%
BLUE value IS 0 (0.39% from 255) = 0%
R=65.78%
G=34.22%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 1
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14877000.4810.4231.2210029.02
Hex944D0030642A1f641d
Octal2241150060144523714435
Binary10010100100110100110000110010010101011111110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #944D00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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