#883F14

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

Shades of Saddle Brown #883F14

Tints of Saddle Brown #883F14

Color information

#883F14 (or 0x883F14) is unknown color: approx Saddle Brown. HEX triplet: 88, 3F and 14. RGB value is (136,63,20). Sum of RGB (Red+Green+Blue) = 136+63+20=219 (29% of max value = 765). Red value is 136 (53.52% from 255 or 62.10% from 219); Green value is 63 (25% from 255 or 28.77% from 219); Blue value is 20 (8.20% from 255 or 9.13% from 219); Max value from RGB is 136 - color contains mainly: red. Hex color #883F14 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #883F14 is #77C0EB. Grayscale: #505050. Windows color (decimal): -7848172 or 1326984. OLE color: 1326984.

HSL color Cylindrical-coordinate representation of color #883F14: hue angle of 22.24º degrees, saturation: 0.74, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #883F14 is Cyan = 0, Magento = 0.54, Yellow = 0.85 and Black (K on CMYK) = 0.47.

Color convert

RGB1366320-
CMYK00.540.850.47
HSL22.24º74.36%30.59%-
HSV(B)22.24º85.29%53.33%-
XYZ12.068.841.73-
YUV79.9294.18168-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 62.10%
GREEN value IS 63 (25% from 255) = 28.77%
BLUE value IS 20 (8.20% from 255) = 9.13%
R=62.10%
G=28.77%
B=9.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.85
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136632000.540.850.4722.2474.3630.59
Hex883F14036552F164a1f
Octal2107724066125572611237
Binary10001000111111101000110110101010110111110110100101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #883F14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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