#884616

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

Shades of Saddle Brown #884616

Tints of Saddle Brown #884616

Color information

#884616 (or 0x884616) is unknown color: approx Saddle Brown. HEX triplet: 88, 46 and 16. RGB value is (136,70,22). Sum of RGB (Red+Green+Blue) = 136+70+22=228 (30% of max value = 765). Red value is 136 (53.52% from 255 or 59.65% from 228); Green value is 70 (27.73% from 255 or 30.70% from 228); Blue value is 22 (8.98% from 255 or 9.65% from 228); Max value from RGB is 136 - color contains mainly: red. Hex color #884616 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #884616 is #77B9E9. Grayscale: #545454. Windows color (decimal): -7846378 or 1459848. OLE color: 1459848.

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

Color convert

RGB1367022-
CMYK00.490.840.47
HSL25.26º72.15%30.98%-
HSV(B)25.26º83.82%53.33%-
XYZ12.499.671.97-
YUV84.2692.87164.9-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 59.65%
GREEN value IS 70 (27.73% from 255) = 30.70%
BLUE value IS 22 (8.98% from 255) = 9.65%
R=59.65%
G=30.70%
B=9.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.84
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136702200.490.840.4725.2672.1530.98
Hex884616031542F19481f
Octal21010626061124573111037
Binary100010001000110101100110001101010010111111001100100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #884616

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #884616; }

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

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

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

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

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

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

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

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