#893B0B

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

Shades of Saddle Brown #893B0B

Tints of Saddle Brown #893B0B

Color information

#893B0B (or 0x893B0B) is unknown color: approx Saddle Brown. HEX triplet: 89, 3B and 0B. RGB value is (137,59,11). Sum of RGB (Red+Green+Blue) = 137+59+11=207 (27% of max value = 765). Red value is 137 (53.91% from 255 or 66.18% from 207); Green value is 59 (23.44% from 255 or 28.50% from 207); Blue value is 11 (4.69% from 255 or 5.31% from 207); Max value from RGB is 137 - color contains mainly: red. Hex color #893B0B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #893B0B is #76C4F4. Grayscale: #4D4D4D. Windows color (decimal): -7783669 or 736137. OLE color: 736137.

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

Color convert

RGB1375911-
CMYK00.570.920.46
HSL22.86º85.14%29.02%-
HSV(B)22.86º91.97%53.73%-
XYZ11.948.471.32-
YUV76.8590.84170.9-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 66.18%
GREEN value IS 59 (23.44% from 255) = 28.50%
BLUE value IS 11 (4.69% from 255) = 5.31%
R=66.18%
G=28.50%
B=5.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.92
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137591100.570.920.4622.8685.1429.02
Hex893BB0395C2E17551d
Octal2117313071134562712535
Binary1000100111101110110111001101110010111010111101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #893B0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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