#893A19

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

Shades of Saddle Brown #893A19

Tints of Saddle Brown #893A19

Color information

#893A19 (or 0x893A19) is unknown color: approx Saddle Brown. HEX triplet: 89, 3A and 19. RGB value is (137,58,25). Sum of RGB (Red+Green+Blue) = 137+58+25=220 (29% of max value = 765). Red value is 137 (53.91% from 255 or 62.27% from 220); Green value is 58 (23.05% from 255 or 26.36% from 220); Blue value is 25 (10.16% from 255 or 11.36% from 220); Max value from RGB is 137 - color contains mainly: red. Hex color #893A19 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #893A19 is #76C5E6. Grayscale: #4E4E4E. Windows color (decimal): -7783911 or 1653385. OLE color: 1653385.

HSL color Cylindrical-coordinate representation of color #893A19: hue angle of 17.68º degrees, saturation: 0.69, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #893A19 is Cyan = 0, Magento = 0.58, Yellow = 0.82 and Black (K on CMYK) = 0.46.

Color convert

RGB1375825-
CMYK00.580.820.46
HSL17.68º69.14%31.76%-
HSV(B)17.68º81.75%53.73%-
XYZ12.018.411.91-
YUV77.8698.17170.18-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 62.27%
GREEN value IS 58 (23.05% from 255) = 26.36%
BLUE value IS 25 (10.16% from 255) = 11.36%
R=62.27%
G=26.36%
B=11.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.82
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137582500.580.820.4617.6869.1431.76
Hex893A1903A522E124520
Octal2117231072122562210540
Binary100010011110101100101110101010010101110100101000101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #893A19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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