#883B0B

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

Shades of Saddle Brown #883B0B

Tints of Saddle Brown #883B0B

Color information

#883B0B (or 0x883B0B) is unknown color: approx Saddle Brown. HEX triplet: 88, 3B and 0B. RGB value is (136,59,11). Sum of RGB (Red+Green+Blue) = 136+59+11=206 (27% of max value = 765). Red value is 136 (53.52% from 255 or 66.02% from 206); Green value is 59 (23.44% from 255 or 28.64% from 206); Blue value is 11 (4.69% from 255 or 5.34% from 206); Max value from RGB is 136 - color contains mainly: red. Hex color #883B0B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #883B0B is #77C4F4. Grayscale: #4C4C4C. Windows color (decimal): -7849205 or 736136. OLE color: 736136.

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

Color convert

RGB1365911-
CMYK00.570.920.47
HSL23.04º85.03%28.82%-
HSV(B)23.04º91.91%53.33%-
XYZ11.788.391.31-
YUV76.5591.01170.4-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 66.02%
GREEN value IS 59 (23.44% from 255) = 28.64%
BLUE value IS 11 (4.69% from 255) = 5.34%
R=66.02%
G=28.64%
B=5.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.92
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136591100.570.920.4723.0485.0328.82
Hex883BB0395C2F17551d
Octal2107313071134572712535
Binary1000100011101110110111001101110010111110111101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #883B0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,59,11); }

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

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

 a { background-color: rgb(136,59,11); }

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

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

 span { border-color: rgb(136,59,11); }

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