#884518

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

Shades of Saddle Brown #884518

Tints of Saddle Brown #884518

Color information

#884518 (or 0x884518) is unknown color: approx Saddle Brown. HEX triplet: 88, 45 and 18. RGB value is (136,69,24). Sum of RGB (Red+Green+Blue) = 136+69+24=229 (30% of max value = 765). Red value is 136 (53.52% from 255 or 59.39% from 229); Green value is 69 (27.34% from 255 or 30.13% from 229); Blue value is 24 (9.77% from 255 or 10.48% from 229); Max value from RGB is 136 - color contains mainly: red. Hex color #884518 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #884518 is #77BAE7. Grayscale: #545454. Windows color (decimal): -7846632 or 1590664. OLE color: 1590664.

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

Color convert

RGB1366924-
CMYK00.490.820.47
HSL24.11º70%31.37%-
HSV(B)24.11º82.35%53.33%-
XYZ12.459.562.05-
YUV83.994.2165.16-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 59.39%
GREEN value IS 69 (27.34% from 255) = 30.13%
BLUE value IS 24 (9.77% from 255) = 10.48%
R=59.39%
G=30.13%
B=10.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.82
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136692400.490.820.4724.117031.37
Hex884518031522F18461f
Octal21010530061122573010637
Binary100010001000101110000110001101001010111111000100011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #884518

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #884518; }

 p { color: rgb(136,69,24); }

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

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

 a { background-color: rgb(136,69,24); }

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

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

 span { border-color: rgb(136,69,24); }

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