#894310

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

Shades of Saddle Brown #894310

Tints of Saddle Brown #894310

Color information

#894310 (or 0x894310) is unknown color: approx Saddle Brown. HEX triplet: 89, 43 and 10. RGB value is (137,67,16). Sum of RGB (Red+Green+Blue) = 137+67+16=220 (29% of max value = 765). Red value is 137 (53.91% from 255 or 62.27% from 220); Green value is 67 (26.56% from 255 or 30.45% from 220); Blue value is 16 (6.64% from 255 or 7.27% from 220); Max value from RGB is 137 - color contains mainly: red. Hex color #894310 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #894310 is #76BCEF. Grayscale: #525252. Windows color (decimal): -7781616 or 1065865. OLE color: 1065865.

HSL color Cylindrical-coordinate representation of color #894310: hue angle of 25.29º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #894310 is Cyan = 0, Magento = 0.51, Yellow = 0.88 and Black (K on CMYK) = 0.46.

Color convert

RGB1376716-
CMYK00.510.880.46
HSL25.29º79.08%30%-
HSV(B)25.29º88.32%53.73%-
XYZ12.429.371.64-
YUV82.1290.69167.15-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 62.27%
GREEN value IS 67 (26.56% from 255) = 30.45%
BLUE value IS 16 (6.64% from 255) = 7.27%
R=62.27%
G=30.45%
B=7.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.88
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137671600.510.880.4625.2979.0830
Hex894310033582E194f1e
Octal21110320063130563111736
Binary100010011000011100000110011101100010111011001100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #894310

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #894310; }

 p { color: rgb(137,67,16); }

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

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

 a { background-color: rgb(137,67,16); }

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

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

 span { border-color: rgb(137,67,16); }

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