#944E03

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

Shades of Saddle Brown #944E03

Tints of Saddle Brown #944E03

Color information

#944E03 (or 0x944E03) is unknown color: approx Saddle Brown. HEX triplet: 94, 4E and 03. RGB value is (148,78,3). Sum of RGB (Red+Green+Blue) = 148+78+3=229 (30% of max value = 765). Red value is 148 (58.20% from 255 or 64.63% from 229); Green value is 78 (30.86% from 255 or 34.06% from 229); Blue value is 3 (1.56% from 255 or 1.31% from 229); Max value from RGB is 148 - color contains mainly: red. Hex color #944E03 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #944E03 is #6BB1FC. Grayscale: #5A5A5A. Windows color (decimal): -7057917 or 216724. OLE color: 216724.

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

Color convert

RGB148783-
CMYK00.470.980.42
HSL31.03º96.03%29.61%-
HSV(B)31.03º97.97%58.04%-
XYZ14.9511.751.57-
YUV90.3878.69169.1-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 64.63%
GREEN value IS 78 (30.86% from 255) = 34.06%
BLUE value IS 3 (1.56% from 255) = 1.31%
R=64.63%
G=34.06%
B=1.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.98
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14878300.470.980.4231.0396.0329.61
Hex944E302F622A1f601e
Octal2241163057142523714036
Binary100101001001110110101111110001010101011111110000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #944E03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,78,3); }

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

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

 a { background-color: rgb(148,78,3); }

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

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

 span { border-color: rgb(148,78,3); }

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