#895208

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

Shades of Saddle Brown #895208

Tints of Saddle Brown #895208

Color information

#895208 (or 0x895208) is unknown color: approx Saddle Brown. HEX triplet: 89, 52 and 08. RGB value is (137,82,8). Sum of RGB (Red+Green+Blue) = 137+82+8=227 (30% of max value = 765). Red value is 137 (53.91% from 255 or 60.35% from 227); Green value is 82 (32.42% from 255 or 36.12% from 227); Blue value is 8 (3.52% from 255 or 3.52% from 227); Max value from RGB is 137 - color contains mainly: red. Hex color #895208 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #895208 is #76ADF7. Grayscale: #5A5A5A. Windows color (decimal): -7777784 or 545417. OLE color: 545417.

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

Color convert

RGB137828-
CMYK00.400.940.46
HSL34.42º88.97%28.43%-
HSV(B)34.42º94.16%53.73%-
XYZ13.3811.371.72-
YUV90.0181.72161.52-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 60.35%
GREEN value IS 82 (32.42% from 255) = 36.12%
BLUE value IS 8 (3.52% from 255) = 3.52%
R=60.35%
G=36.12%
B=3.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.94
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13782800.400.940.4634.4288.9728.43
Hex895280285E2E22591c
Octal21112210050136564213134
Binary100010011010010100001010001011110101110100010101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895208

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #895208; }

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

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

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

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

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

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

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

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