#884316

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

Shades of Saddle Brown #884316

Tints of Saddle Brown #884316

Color information

#884316 (or 0x884316) is unknown color: approx Saddle Brown. HEX triplet: 88, 43 and 16. RGB value is (136,67,22). Sum of RGB (Red+Green+Blue) = 136+67+22=225 (29% of max value = 765). Red value is 136 (53.52% from 255 or 60.44% from 225); Green value is 67 (26.56% from 255 or 29.78% from 225); Blue value is 22 (8.98% from 255 or 9.78% from 225); Max value from RGB is 136 - color contains mainly: red. Hex color #884316 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #884316 is #77BCE9. Grayscale: #525252. Windows color (decimal): -7847146 or 1459080. OLE color: 1459080.

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

Color convert

RGB1366722-
CMYK00.510.840.47
HSL23.68º72.15%30.98%-
HSV(B)23.68º83.82%53.33%-
XYZ12.319.311.91-
YUV82.593.86166.16-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 60.44%
GREEN value IS 67 (26.56% from 255) = 29.78%
BLUE value IS 22 (8.98% from 255) = 9.78%
R=60.44%
G=29.78%
B=9.78%

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
Decimal136672200.510.840.4723.6872.1530.98
Hex884316033542F18481f
Octal21010326063124573011037
Binary100010001000011101100110011101010010111111000100100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #884316

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #884316; }

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

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

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

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

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

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

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

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