#894A1A

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

Shades of Saddle Brown #894A1A

Tints of Saddle Brown #894A1A

Color information

#894A1A (or 0x894A1A) is unknown color: approx Saddle Brown. HEX triplet: 89, 4A and 1A. RGB value is (137,74,26). Sum of RGB (Red+Green+Blue) = 137+74+26=237 (31% of max value = 765). Red value is 137 (53.91% from 255 or 57.81% from 237); Green value is 74 (29.30% from 255 or 31.22% from 237); Blue value is 26 (10.55% from 255 or 10.97% from 237); Max value from RGB is 137 - color contains mainly: red. Hex color #894A1A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #894A1A is #76B5E5. Grayscale: #575757. Windows color (decimal): -7779814 or 1723017. OLE color: 1723017.

HSL color Cylindrical-coordinate representation of color #894A1A: hue angle of 25.95º 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 #894A1A is Cyan = 0, Magento = 0.46, Yellow = 0.81 and Black (K on CMYK) = 0.46.

Color convert

RGB1377426-
CMYK00.460.810.46
HSL25.95º68.1%31.96%-
HSV(B)25.95º81.02%53.73%-
XYZ12.9510.292.28-
YUV87.3693.37163.4-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 57.81%
GREEN value IS 74 (29.30% from 255) = 31.22%
BLUE value IS 26 (10.55% from 255) = 10.97%
R=57.81%
G=31.22%
B=10.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.81
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137742600.460.810.4625.9568.131.96
Hex894A1A02E512E1a4420
Octal21111232056121563210440
Binary1000100110010101101001011101010001101110110101000100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #894A1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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