#944C09

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

Shades of Saddle Brown #944C09

Tints of Saddle Brown #944C09

Color information

#944C09 (or 0x944C09) is unknown color: approx Saddle Brown. HEX triplet: 94, 4C and 09. RGB value is (148,76,9). Sum of RGB (Red+Green+Blue) = 148+76+9=233 (30% of max value = 765). Red value is 148 (58.20% from 255 or 63.52% from 233); Green value is 76 (30.08% from 255 or 32.62% from 233); Blue value is 9 (3.91% from 255 or 3.86% from 233); Max value from RGB is 148 - color contains mainly: red. Hex color #944C09 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #944C09 is #6BB3F6. Grayscale: #5A5A5A. Windows color (decimal): -7058423 or 609428. OLE color: 609428.

HSL color Cylindrical-coordinate representation of color #944C09: hue angle of 28.92º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #944C09 is Cyan = 0, Magento = 0.49, Yellow = 0.94 and Black (K on CMYK) = 0.42.

Color convert

RGB148769-
CMYK00.490.940.42
HSL28.92º88.54%30.78%-
HSV(B)28.92º93.92%58.04%-
XYZ14.8511.481.69-
YUV89.8982.35169.45-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 63.52%
GREEN value IS 76 (30.08% from 255) = 32.62%
BLUE value IS 9 (3.91% from 255) = 3.86%
R=63.52%
G=32.62%
B=3.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.94
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14876900.490.940.4228.9288.5430.78
Hex944C90315E2A1d591f
Octal22411411061136523513137
Binary10010100100110010010110001101111010101011101101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #944C09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,76,9); }

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

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

 a { background-color: rgb(148,76,9); }

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

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

 span { border-color: rgb(148,76,9); }

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