#944814

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

Shades of Saddle Brown #944814

Tints of Saddle Brown #944814

Color information

#944814 (or 0x944814) is unknown color: approx Saddle Brown. HEX triplet: 94, 48 and 14. RGB value is (148,72,20). Sum of RGB (Red+Green+Blue) = 148+72+20=240 (31% of max value = 765). Red value is 148 (58.20% from 255 or 61.67% from 240); Green value is 72 (28.52% from 255 or 30% from 240); Blue value is 20 (8.20% from 255 or 8.33% from 240); Max value from RGB is 148 - color contains mainly: red. Hex color #944814 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #944814 is #6BB7EB. Grayscale: #595959. Windows color (decimal): -7059436 or 1329300. OLE color: 1329300.

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

Color convert

RGB1487220-
CMYK00.510.860.42
HSL24.38º76.19%32.94%-
HSV(B)24.38º86.49%58.04%-
XYZ14.6610.982.01-
YUV88.889.18170.23-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 61.67%
GREEN value IS 72 (28.52% from 255) = 30%
BLUE value IS 20 (8.20% from 255) = 8.33%
R=61.67%
G=30%
B=8.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.86
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148722000.510.860.4224.3876.1932.94
Hex944814033562A184c21
Octal22411024063126523011441
Binary1001010010010001010001100111010110101010110001001100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #944814

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #944814; }

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

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

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

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

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

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

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

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