#944D03

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

Shades of Saddle Brown #944D03

Tints of Saddle Brown #944D03

Color information

#944D03 (or 0x944D03) is unknown color: approx Saddle Brown. HEX triplet: 94, 4D and 03. RGB value is (148,77,3). Sum of RGB (Red+Green+Blue) = 148+77+3=228 (30% of max value = 765). Red value is 148 (58.20% from 255 or 64.91% from 228); Green value is 77 (30.47% from 255 or 33.77% from 228); Blue value is 3 (1.56% from 255 or 1.32% from 228); Max value from RGB is 148 - color contains mainly: red. Hex color #944D03 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #944D03 is #6BB2FC. Grayscale: #5A5A5A. Windows color (decimal): -7058173 or 216468. OLE color: 216468.

HSL color Cylindrical-coordinate representation of color #944D03: hue angle of 30.62º 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 #944D03 is Cyan = 0, Magento = 0.48, Yellow = 0.98 and Black (K on CMYK) = 0.42.

Color convert

RGB148773-
CMYK00.480.980.42
HSL30.62º96.03%29.61%-
HSV(B)30.62º97.97%58.04%-
XYZ14.8811.611.54-
YUV89.7979.02169.52-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 64.91%
GREEN value IS 77 (30.47% from 255) = 33.77%
BLUE value IS 3 (1.56% from 255) = 1.32%
R=64.91%
G=33.77%
B=1.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.98
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14877300.480.980.4230.6296.0329.61
Hex944D3030622A1f601e
Octal2241153060142523714036
Binary100101001001101110110000110001010101011111110000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #944D03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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