#883D0E

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

Shades of Saddle Brown #883D0E

Tints of Saddle Brown #883D0E

Color information

#883D0E (or 0x883D0E) is unknown color: approx Saddle Brown. HEX triplet: 88, 3D and 0E. RGB value is (136,61,14). Sum of RGB (Red+Green+Blue) = 136+61+14=211 (27% of max value = 765). Red value is 136 (53.52% from 255 or 64.45% from 211); Green value is 61 (24.22% from 255 or 28.91% from 211); Blue value is 14 (5.86% from 255 or 6.64% from 211); Max value from RGB is 136 - color contains mainly: red. Hex color #883D0E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #883D0E is #77C2F1. Grayscale: #4E4E4E. Windows color (decimal): -7848690 or 933256. OLE color: 933256.

HSL color Cylindrical-coordinate representation of color #883D0E: hue angle of 23.11º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #883D0E is Cyan = 0, Magento = 0.55, Yellow = 0.90 and Black (K on CMYK) = 0.47.

Color convert

RGB1366114-
CMYK00.550.900.47
HSL23.11º81.33%29.41%-
HSV(B)23.11º89.71%53.33%-
XYZ11.98.61.45-
YUV78.0791.85169.32-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 64.45%
GREEN value IS 61 (24.22% from 255) = 28.91%
BLUE value IS 14 (5.86% from 255) = 6.64%
R=64.45%
G=28.91%
B=6.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.90
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136611400.550.900.4723.1181.3329.41
Hex883DE0375A2F17511d
Octal2107516067132572712135
Binary1000100011110111100110111101101010111110111101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #883D0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,61,14); }

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

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

 a { background-color: rgb(136,61,14); }

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

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

 span { border-color: rgb(136,61,14); }

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