#893A0B

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

Shades of Saddle Brown #893A0B

Tints of Saddle Brown #893A0B

Color information

#893A0B (or 0x893A0B) is unknown color: approx Saddle Brown. HEX triplet: 89, 3A and 0B. RGB value is (137,58,11). Sum of RGB (Red+Green+Blue) = 137+58+11=206 (27% of max value = 765). Red value is 137 (53.91% from 255 or 66.50% from 206); Green value is 58 (23.05% from 255 or 28.16% from 206); Blue value is 11 (4.69% from 255 or 5.34% from 206); Max value from RGB is 137 - color contains mainly: red. Hex color #893A0B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #893A0B is #76C5F4. Grayscale: #4C4C4C. Windows color (decimal): -7783925 or 735881. OLE color: 735881.

HSL color Cylindrical-coordinate representation of color #893A0B: hue angle of 22.38º 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 #893A0B is Cyan = 0, Magento = 0.58, Yellow = 0.92 and Black (K on CMYK) = 0.46.

Color convert

RGB1375811-
CMYK00.580.920.46
HSL22.38º85.14%29.02%-
HSV(B)22.38º91.97%53.73%-
XYZ11.898.371.31-
YUV76.2691.17171.32-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 66.50%
GREEN value IS 58 (23.05% from 255) = 28.16%
BLUE value IS 11 (4.69% from 255) = 5.34%
R=66.50%
G=28.16%
B=5.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.92
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137581100.580.920.4622.3885.1429.02
Hex893AB03A5C2E16551d
Octal2117213072134562612535
Binary1000100111101010110111010101110010111010110101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #893A0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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