#893F0B

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

Shades of Saddle Brown #893F0B

Tints of Saddle Brown #893F0B

Color information

#893F0B (or 0x893F0B) is unknown color: approx Saddle Brown. HEX triplet: 89, 3F and 0B. RGB value is (137,63,11). Sum of RGB (Red+Green+Blue) = 137+63+11=211 (27% of max value = 765). Red value is 137 (53.91% from 255 or 64.93% from 211); Green value is 63 (25% from 255 or 29.86% from 211); Blue value is 11 (4.69% from 255 or 5.21% from 211); Max value from RGB is 137 - color contains mainly: red. Hex color #893F0B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #893F0B is #76C0F4. Grayscale: #4F4F4F. Windows color (decimal): -7782645 or 737161. OLE color: 737161.

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

Color convert

RGB1376311-
CMYK00.540.920.46
HSL24.76º85.14%29.02%-
HSV(B)24.76º91.97%53.73%-
XYZ12.158.91.39-
YUV79.289.52169.23-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 64.93%
GREEN value IS 63 (25% from 255) = 29.86%
BLUE value IS 11 (4.69% from 255) = 5.21%
R=64.93%
G=29.86%
B=5.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.92
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137631100.540.920.4624.7685.1429.02
Hex893FB0365C2E19551d
Octal2117713066134563112535
Binary1000100111111110110110110101110010111011001101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #893F0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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