#884F0C

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

Shades of Saddle Brown #884F0C

Tints of Saddle Brown #884F0C

Color information

#884F0C (or 0x884F0C) is unknown color: approx Saddle Brown. HEX triplet: 88, 4F and 0C. RGB value is (136,79,12). Sum of RGB (Red+Green+Blue) = 136+79+12=227 (30% of max value = 765). Red value is 136 (53.52% from 255 or 59.91% from 227); Green value is 79 (31.25% from 255 or 34.80% from 227); Blue value is 12 (5.08% from 255 or 5.29% from 227); Max value from RGB is 136 - color contains mainly: red. Hex color #884F0C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #884F0C is #77B0F3. Grayscale: #585858. Windows color (decimal): -7844084 or 806792. OLE color: 806792.

HSL color Cylindrical-coordinate representation of color #884F0C: hue angle of 32.42º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #884F0C is Cyan = 0, Magento = 0.42, Yellow = 0.91 and Black (K on CMYK) = 0.47.

Color convert

RGB1367912-
CMYK00.420.910.47
HSL32.42º83.78%29.02%-
HSV(B)32.42º91.18%53.33%-
XYZ13.0210.851.76-
YUV88.484.88161.95-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 59.91%
GREEN value IS 79 (31.25% from 255) = 34.80%
BLUE value IS 12 (5.08% from 255) = 5.29%
R=59.91%
G=34.80%
B=5.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.91
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136791200.420.910.4732.4283.7829.02
Hex884FC02A5B2F20541d
Octal21011714052133574012435
Binary100010001001111110001010101011011101111100000101010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #884F0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,79,12); }

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

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

 a { background-color: rgb(136,79,12); }

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

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

 span { border-color: rgb(136,79,12); }

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