#944903

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

Shades of Saddle Brown #944903

Tints of Saddle Brown #944903

Color information

#944903 (or 0x944903) is unknown color: approx Saddle Brown. HEX triplet: 94, 49 and 03. RGB value is (148,73,3). Sum of RGB (Red+Green+Blue) = 148+73+3=224 (29% of max value = 765). Red value is 148 (58.20% from 255 or 66.07% from 224); Green value is 73 (28.91% from 255 or 32.59% from 224); Blue value is 3 (1.56% from 255 or 1.34% from 224); Max value from RGB is 148 - color contains mainly: red. Hex color #944903 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #944903 is #6BB6FC. Grayscale: #575757. Windows color (decimal): -7059197 or 215444. OLE color: 215444.

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

Color convert

RGB148733-
CMYK00.510.980.42
HSL28.97º96.03%29.61%-
HSV(B)28.97º97.97%58.04%-
XYZ14.6111.071.45-
YUV87.4480.35171.19-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 66.07%
GREEN value IS 73 (28.91% from 255) = 32.59%
BLUE value IS 3 (1.56% from 255) = 1.34%
R=66.07%
G=32.59%
B=1.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.98
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14873300.510.980.4228.9796.0329.61
Hex94493033622A1d601e
Octal2241113063142523514036
Binary100101001001001110110011110001010101011101110000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #944903

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #944903; }

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

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

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

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

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

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

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

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