#944F14

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

Shades of Saddle Brown #944F14

Tints of Saddle Brown #944F14

Color information

#944F14 (or 0x944F14) is unknown color: approx Saddle Brown. HEX triplet: 94, 4F and 14. RGB value is (148,79,20). Sum of RGB (Red+Green+Blue) = 148+79+20=247 (32% of max value = 765). Red value is 148 (58.20% from 255 or 59.92% from 247); Green value is 79 (31.25% from 255 or 31.98% from 247); Blue value is 20 (8.20% from 255 or 8.10% from 247); Max value from RGB is 148 - color contains mainly: red. Hex color #944F14 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #944F14 is #6BB0EB. Grayscale: #5D5D5D. Windows color (decimal): -7057644 or 1331092. OLE color: 1331092.

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

Color convert

RGB1487920-
CMYK00.470.860.42
HSL27.66º76.19%32.94%-
HSV(B)27.66º86.49%58.04%-
XYZ15.1311.942.17-
YUV92.986.86167.3-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 59.92%
GREEN value IS 79 (31.25% from 255) = 31.98%
BLUE value IS 20 (8.20% from 255) = 8.10%
R=59.92%
G=31.98%
B=8.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.86
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148792000.470.860.4227.6676.1932.94
Hex944F1402F562A1c4c21
Octal22411724057126523411441
Binary1001010010011111010001011111010110101010111001001100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #944F14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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