#884116

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

Shades of Saddle Brown #884116

Tints of Saddle Brown #884116

Color information

#884116 (or 0x884116) is unknown color: approx Saddle Brown. HEX triplet: 88, 41 and 16. RGB value is (136,65,22). Sum of RGB (Red+Green+Blue) = 136+65+22=223 (29% of max value = 765). Red value is 136 (53.52% from 255 or 60.99% from 223); Green value is 65 (25.78% from 255 or 29.15% from 223); Blue value is 22 (8.98% from 255 or 9.87% from 223); Max value from RGB is 136 - color contains mainly: red. Hex color #884116 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #884116 is #77BEE9. Grayscale: #515151. Windows color (decimal): -7847658 or 1458568. OLE color: 1458568.

HSL color Cylindrical-coordinate representation of color #884116: hue angle of 22.63º 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 #884116 is Cyan = 0, Magento = 0.52, Yellow = 0.84 and Black (K on CMYK) = 0.47.

Color convert

RGB1366522-
CMYK00.520.840.47
HSL22.63º72.15%30.98%-
HSV(B)22.63º83.82%53.33%-
XYZ12.199.071.87-
YUV81.3394.52167-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 60.99%
GREEN value IS 65 (25.78% from 255) = 29.15%
BLUE value IS 22 (8.98% from 255) = 9.87%
R=60.99%
G=29.15%
B=9.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.84
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136652200.520.840.4722.6372.1530.98
Hex884116034542F17481f
Octal21010126064124572711037
Binary100010001000001101100110100101010010111110111100100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #884116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #884116; }

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

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

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

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

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

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

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

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