#884B12

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

Shades of Saddle Brown #884B12

Tints of Saddle Brown #884B12

Color information

#884B12 (or 0x884B12) is unknown color: approx Saddle Brown. HEX triplet: 88, 4B and 12. RGB value is (136,75,18). Sum of RGB (Red+Green+Blue) = 136+75+18=229 (30% of max value = 765). Red value is 136 (53.52% from 255 or 59.39% from 229); Green value is 75 (29.69% from 255 or 32.75% from 229); Blue value is 18 (7.42% from 255 or 7.86% from 229); Max value from RGB is 136 - color contains mainly: red. Hex color #884B12 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #884B12 is #77B4ED. Grayscale: #575757. Windows color (decimal): -7845102 or 1198984. OLE color: 1198984.

HSL color Cylindrical-coordinate representation of color #884B12: hue angle of 28.98º degrees, saturation: 0.77, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #884B12 is Cyan = 0, Magento = 0.45, Yellow = 0.87 and Black (K on CMYK) = 0.47.

Color convert

RGB1367518-
CMYK00.450.870.47
HSL28.98º76.62%30.2%-
HSV(B)28.98º86.76%53.33%-
XYZ12.7810.311.89-
YUV86.7489.21163.13-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 59.39%
GREEN value IS 75 (29.69% from 255) = 32.75%
BLUE value IS 18 (7.42% from 255) = 7.86%
R=59.39%
G=32.75%
B=7.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.87
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136751800.450.870.4728.9876.6230.2
Hex884B1202D572F1d4d1e
Octal21011322055127573511536
Binary100010001001011100100101101101011110111111101100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #884B12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #884B12; }

 p { color: rgb(136,75,18); }

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

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

 a { background-color: rgb(136,75,18); }

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

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

 span { border-color: rgb(136,75,18); }

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