#944F06

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

Shades of Saddle Brown #944F06

Tints of Saddle Brown #944F06

Color information

#944F06 (or 0x944F06) is unknown color: approx Saddle Brown. HEX triplet: 94, 4F and 06. RGB value is (148,79,6). Sum of RGB (Red+Green+Blue) = 148+79+6=233 (30% of max value = 765). Red value is 148 (58.20% from 255 or 63.52% from 233); Green value is 79 (31.25% from 255 or 33.91% from 233); Blue value is 6 (2.73% from 255 or 2.58% from 233); Max value from RGB is 148 - color contains mainly: red. Hex color #944F06 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #944F06 is #6BB0F9. Grayscale: #5B5B5B. Windows color (decimal): -7057658 or 413588. OLE color: 413588.

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

Color convert

RGB148796-
CMYK00.470.960.42
HSL30.85º92.21%30.2%-
HSV(B)30.85º95.95%58.04%-
XYZ15.0411.91.68-
YUV91.3179.86168.44-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 63.52%
GREEN value IS 79 (31.25% from 255) = 33.91%
BLUE value IS 6 (2.73% from 255) = 2.58%
R=63.52%
G=33.91%
B=2.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.96
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14879600.470.960.4230.8592.2130.2
Hex944F602F602A1f5c1e
Octal2241176057140523713436
Binary1001010010011111100101111110000010101011111101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #944F06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,79,6); }

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

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

 a { background-color: rgb(148,79,6); }

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

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

 span { border-color: rgb(148,79,6); }

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