#944216

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

Shades of Saddle Brown #944216

Tints of Saddle Brown #944216

Color information

#944216 (or 0x944216) is unknown color: approx Saddle Brown. HEX triplet: 94, 42 and 16. RGB value is (148,66,22). Sum of RGB (Red+Green+Blue) = 148+66+22=236 (31% of max value = 765). Red value is 148 (58.20% from 255 or 62.71% from 236); Green value is 66 (26.17% from 255 or 27.97% from 236); Blue value is 22 (8.98% from 255 or 9.32% from 236); Max value from RGB is 148 - color contains mainly: red. Hex color #944216 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #944216 is #6BBDE9. Grayscale: #555555. Windows color (decimal): -7060970 or 1458836. OLE color: 1458836.

HSL color Cylindrical-coordinate representation of color #944216: hue angle of 20.95º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #944216 is Cyan = 0, Magento = 0.55, Yellow = 0.85 and Black (K on CMYK) = 0.42.

Color convert

RGB1486622-
CMYK00.550.850.42
HSL20.95º74.12%33.33%-
HSV(B)20.95º85.14%58.04%-
XYZ14.3110.251.98-
YUV85.592.17172.58-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 62.71%
GREEN value IS 66 (26.17% from 255) = 27.97%
BLUE value IS 22 (8.98% from 255) = 9.32%
R=62.71%
G=27.97%
B=9.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.85
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148662200.550.850.4220.9574.1233.33
Hex944216037552A154a21
Octal22410226067125522511241
Binary1001010010000101011001101111010101101010101011001010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #944216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #944216; }

 p { color: rgb(148,66,22); }

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

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

 a { background-color: rgb(148,66,22); }

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

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

 span { border-color: rgb(148,66,22); }

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