#894201

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

Shades of Saddle Brown #894201

Tints of Saddle Brown #894201

Color information

#894201 (or 0x894201) is unknown color: approx Saddle Brown. HEX triplet: 89, 42 and 01. RGB value is (137,66,1). Sum of RGB (Red+Green+Blue) = 137+66+1=204 (27% of max value = 765). Red value is 137 (53.91% from 255 or 67.16% from 204); Green value is 66 (26.17% from 255 or 32.35% from 204); Blue value is 1 (0.78% from 255 or 0.49% from 204); Max value from RGB is 137 - color contains mainly: red. Hex color #894201 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #894201 is #76BDFE. Grayscale: #505050. Windows color (decimal): -7781887 or 82569. OLE color: 82569.

HSL color Cylindrical-coordinate representation of color #894201: hue angle of 28.68º degrees, saturation: 0.99, 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 #894201 is Cyan = 0, Magento = 0.52, Yellow = 0.99 and Black (K on CMYK) = 0.46.

Color convert

RGB137661-
CMYK00.520.990.46
HSL28.68º98.55%27.06%-
HSV(B)28.68º99.27%53.73%-
XYZ12.279.221.16-
YUV79.8283.52168.79-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 67.16%
GREEN value IS 66 (26.17% from 255) = 32.35%
BLUE value IS 1 (0.78% from 255) = 0.49%
R=67.16%
G=32.35%
B=0.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.99
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13766100.520.990.4628.6898.5527.06
Hex89421034632E1d631b
Octal2111021064143563514333
Binary10001001100001010110100110001110111011101110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #894201

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #894201; }

 p { color: rgb(137,66,1); }

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

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

 a { background-color: rgb(137,66,1); }

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

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

 span { border-color: rgb(137,66,1); }

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