#884216

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

Shades of Saddle Brown #884216

Tints of Saddle Brown #884216

Color information

#884216 (or 0x884216) is unknown color: approx Saddle Brown. HEX triplet: 88, 42 and 16. RGB value is (136,66,22). Sum of RGB (Red+Green+Blue) = 136+66+22=224 (29% of max value = 765). Red value is 136 (53.52% from 255 or 60.71% from 224); Green value is 66 (26.17% from 255 or 29.46% from 224); Blue value is 22 (8.98% from 255 or 9.82% from 224); Max value from RGB is 136 - color contains mainly: red. Hex color #884216 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #884216 is #77BDE9. Grayscale: #525252. Windows color (decimal): -7847402 or 1458824. OLE color: 1458824.

HSL color Cylindrical-coordinate representation of color #884216: hue angle of 23.16º degrees, saturation: 0.72, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #884216 is Cyan = 0, Magento = 0.51, Yellow = 0.84 and Black (K on CMYK) = 0.47.

Color convert

RGB1366622-
CMYK00.510.840.47
HSL23.16º72.15%30.98%-
HSV(B)23.16º83.82%53.33%-
XYZ12.259.191.89-
YUV81.9194.19166.58-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 60.71%
GREEN value IS 66 (26.17% from 255) = 29.46%
BLUE value IS 22 (8.98% from 255) = 9.82%
R=60.71%
G=29.46%
B=9.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.84
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136662200.510.840.4723.1672.1530.98
Hex884216033542F17481f
Octal21010226063124572711037
Binary100010001000010101100110011101010010111110111100100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #884216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #884216; }

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

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

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

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

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

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

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

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