#894708

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

Shades of Saddle Brown #894708

Tints of Saddle Brown #894708

Color information

#894708 (or 0x894708) is unknown color: approx Saddle Brown. HEX triplet: 89, 47 and 08. RGB value is (137,71,8). Sum of RGB (Red+Green+Blue) = 137+71+8=216 (28% of max value = 765). Red value is 137 (53.91% from 255 or 63.43% from 216); Green value is 71 (28.12% from 255 or 32.87% from 216); Blue value is 8 (3.52% from 255 or 3.70% from 216); Max value from RGB is 137 - color contains mainly: red. Hex color #894708 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #894708 is #76B8F7. Grayscale: #535353. Windows color (decimal): -7780600 or 542601. OLE color: 542601.

HSL color Cylindrical-coordinate representation of color #894708: hue angle of 29.3º 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 #894708 is Cyan = 0, Magento = 0.48, Yellow = 0.94 and Black (K on CMYK) = 0.46.

Color convert

RGB137718-
CMYK00.480.940.46
HSL29.3º88.97%28.43%-
HSV(B)29.3º94.16%53.73%-
XYZ12.619.841.46-
YUV83.5585.37166.12-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 63.43%
GREEN value IS 71 (28.12% from 255) = 32.87%
BLUE value IS 8 (3.52% from 255) = 3.70%
R=63.43%
G=32.87%
B=3.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.94
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13771800.480.940.4629.388.9728.43
Hex894780305E2E1d591c
Octal21110710060136563513134
Binary10001001100011110000110000101111010111011101101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #894708

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #894708; }

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

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

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

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

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

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

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

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