#883F12

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

Shades of Saddle Brown #883F12

Tints of Saddle Brown #883F12

Color information

#883F12 (or 0x883F12) is unknown color: approx Saddle Brown. HEX triplet: 88, 3F and 12. RGB value is (136,63,18). Sum of RGB (Red+Green+Blue) = 136+63+18=217 (28% of max value = 765). Red value is 136 (53.52% from 255 or 62.67% from 217); Green value is 63 (25% from 255 or 29.03% from 217); Blue value is 18 (7.42% from 255 or 8.29% from 217); Max value from RGB is 136 - color contains mainly: red. Hex color #883F12 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #883F12 is #77C0ED. Grayscale: #4F4F4F. Windows color (decimal): -7848174 or 1195912. OLE color: 1195912.

HSL color Cylindrical-coordinate representation of color #883F12: hue angle of 22.88º 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 #883F12 is Cyan = 0, Magento = 0.54, Yellow = 0.87 and Black (K on CMYK) = 0.47.

Color convert

RGB1366318-
CMYK00.540.870.47
HSL22.88º76.62%30.2%-
HSV(B)22.88º86.76%53.33%-
XYZ12.048.831.64-
YUV79.793.18168.16-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 62.67%
GREEN value IS 63 (25% from 255) = 29.03%
BLUE value IS 18 (7.42% from 255) = 8.29%
R=62.67%
G=29.03%
B=8.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.87
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136631800.540.870.4722.8876.6230.2
Hex883F12036572F174d1e
Octal2107722066127572711536
Binary10001000111111100100110110101011110111110111100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #883F12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #883F12; }

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

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

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

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

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

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

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

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