#894702

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

Shades of Saddle Brown #894702

Tints of Saddle Brown #894702

Color information

#894702 (or 0x894702) is unknown color: approx Saddle Brown. HEX triplet: 89, 47 and 02. RGB value is (137,71,2). Sum of RGB (Red+Green+Blue) = 137+71+2=210 (27% of max value = 765). Red value is 137 (53.91% from 255 or 65.24% from 210); Green value is 71 (28.12% from 255 or 33.81% from 210); Blue value is 2 (1.17% from 255 or 0.95% from 210); Max value from RGB is 137 - color contains mainly: red. Hex color #894702 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #894702 is #76B8FD. Grayscale: #535353. Windows color (decimal): -7780606 or 149385. OLE color: 149385.

HSL color Cylindrical-coordinate representation of color #894702: hue angle of 30.67º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #894702 is Cyan = 0, Magento = 0.48, Yellow = 0.99 and Black (K on CMYK) = 0.46.

Color convert

RGB137712-
CMYK00.480.990.46
HSL30.67º97.12%27.25%-
HSV(B)30.67º98.54%53.73%-
XYZ12.589.831.29-
YUV82.8782.37166.61-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 65.24%
GREEN value IS 71 (28.12% from 255) = 33.81%
BLUE value IS 2 (1.17% from 255) = 0.95%
R=65.24%
G=33.81%
B=0.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.99
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13771200.480.990.4630.6797.1227.25
Hex89472030632E1f611b
Octal2111072060143563714133
Binary100010011000111100110000110001110111011111110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #894702

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #894702; }

 p { color: rgb(137,71,2); }

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

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

 a { background-color: rgb(137,71,2); }

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

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

 span { border-color: rgb(137,71,2); }

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