#884C13

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

Shades of Saddle Brown #884C13

Tints of Saddle Brown #884C13

Color information

#884C13 (or 0x884C13) is unknown color: approx Saddle Brown. HEX triplet: 88, 4C and 13. RGB value is (136,76,19). Sum of RGB (Red+Green+Blue) = 136+76+19=231 (30% of max value = 765). Red value is 136 (53.52% from 255 or 58.87% from 231); Green value is 76 (30.08% from 255 or 32.90% from 231); Blue value is 19 (7.81% from 255 or 8.23% from 231); Max value from RGB is 136 - color contains mainly: red. Hex color #884C13 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #884C13 is #77B3EC. Grayscale: #575757. Windows color (decimal): -7844845 or 1264776. OLE color: 1264776.

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

Color convert

RGB1367619-
CMYK00.440.860.47
HSL29.23º75.48%30.39%-
HSV(B)29.23º86.03%53.33%-
XYZ12.8610.451.96-
YUV87.4489.38162.63-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 58.87%
GREEN value IS 76 (30.08% from 255) = 32.90%
BLUE value IS 19 (7.81% from 255) = 8.23%
R=58.87%
G=32.90%
B=8.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.86
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136761900.440.860.4729.2375.4830.39
Hex884C1302C562F1d4b1e
Octal21011423054126573511336
Binary100010001001100100110101100101011010111111101100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #884C13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,76,19); }

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

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

 a { background-color: rgb(136,76,19); }

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

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

 span { border-color: rgb(136,76,19); }

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