#893A1A

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

Shades of Saddle Brown #893A1A

Tints of Saddle Brown #893A1A

Color information

#893A1A (or 0x893A1A) is unknown color: approx Saddle Brown. HEX triplet: 89, 3A and 1A. RGB value is (137,58,26). Sum of RGB (Red+Green+Blue) = 137+58+26=221 (29% of max value = 765). Red value is 137 (53.91% from 255 or 61.99% from 221); Green value is 58 (23.05% from 255 or 26.24% from 221); Blue value is 26 (10.55% from 255 or 11.76% from 221); Max value from RGB is 137 - color contains mainly: red. Hex color #893A1A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #893A1A is #76C5E5. Grayscale: #4E4E4E. Windows color (decimal): -7783910 or 1718921. OLE color: 1718921.

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

Color convert

RGB1375826-
CMYK00.580.810.46
HSL17.3º68.1%31.96%-
HSV(B)17.3º81.02%53.73%-
XYZ12.028.421.97-
YUV77.9798.67170.1-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 61.99%
GREEN value IS 58 (23.05% from 255) = 26.24%
BLUE value IS 26 (10.55% from 255) = 11.76%
R=61.99%
G=26.24%
B=11.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.81
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137582600.580.810.4617.368.131.96
Hex893A1A03A512E114420
Octal2117232072121562110440
Binary100010011110101101001110101010001101110100011000100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #893A1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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