#894808

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

Shades of Saddle Brown #894808

Tints of Saddle Brown #894808

Color information

#894808 (or 0x894808) is unknown color: approx Saddle Brown. HEX triplet: 89, 48 and 08. RGB value is (137,72,8). Sum of RGB (Red+Green+Blue) = 137+72+8=217 (28% of max value = 765). Red value is 137 (53.91% from 255 or 63.13% from 217); Green value is 72 (28.52% from 255 or 33.18% from 217); Blue value is 8 (3.52% from 255 or 3.69% from 217); Max value from RGB is 137 - color contains mainly: red. Hex color #894808 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #894808 is #76B7F7. Grayscale: #545454. Windows color (decimal): -7780344 or 542857. OLE color: 542857.

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

Color convert

RGB137728-
CMYK00.470.940.46
HSL29.77º88.97%28.43%-
HSV(B)29.77º94.16%53.73%-
XYZ12.689.971.49-
YUV84.1485.03165.7-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 63.13%
GREEN value IS 72 (28.52% from 255) = 33.18%
BLUE value IS 8 (3.52% from 255) = 3.69%
R=63.13%
G=33.18%
B=3.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.94
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13772800.470.940.4629.7788.9728.43
Hex8948802F5E2E1e591c
Octal21111010057136563613134
Binary10001001100100010000101111101111010111011110101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #894808

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #894808; }

 p { color: rgb(137,72,8); }

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

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

 a { background-color: rgb(137,72,8); }

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

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

 span { border-color: rgb(137,72,8); }

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