#894704

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

Shades of Saddle Brown #894704

Tints of Saddle Brown #894704

Color information

#894704 (or 0x894704) is unknown color: approx Saddle Brown. HEX triplet: 89, 47 and 04. RGB value is (137,71,4). Sum of RGB (Red+Green+Blue) = 137+71+4=212 (28% of max value = 765). Red value is 137 (53.91% from 255 or 64.62% from 212); Green value is 71 (28.12% from 255 or 33.49% from 212); Blue value is 4 (1.95% from 255 or 1.89% from 212); Max value from RGB is 137 - color contains mainly: red. Hex color #894704 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #894704 is #76B8FB. Grayscale: #535353. Windows color (decimal): -7780604 or 280457. OLE color: 280457.

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

Color convert

RGB137714-
CMYK00.480.970.46
HSL30.23º94.33%27.65%-
HSV(B)30.23º97.08%53.73%-
XYZ12.599.831.35-
YUV83.183.37166.45-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 64.62%
GREEN value IS 71 (28.12% from 255) = 33.49%
BLUE value IS 4 (1.95% from 255) = 1.89%
R=64.62%
G=33.49%
B=1.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.97
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13771400.480.970.4630.2394.3327.65
Hex89474030612E1e5e1c
Octal2111074060141563613634
Binary1000100110001111000110000110000110111011110101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #894704

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #894704; }

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

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

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

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

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

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

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

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