Html Css Color HEX #895208 Saddle Brown

📋 copy color: '#895208'

red 137 ◦ green 82 ◦ blue 8

#895208
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Saddle Brown #895208

Tints of Saddle Brown #895208

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 value IS 0

 M value IS 0.40

 Y value IS 0.94

 K value IS 0.46

RGB Variations

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

Color information

#895208 (or 0x895208) is known color: 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

RGB 137 82 8 -
CMYK 0 0.40 0.94 0.46
HSL 34.42º 0.89% 0.28% -
HSV(B) 34.42º 0.94% 0.54% -
XYZ 13.38 11.37 1.72 -
YUV 90.01 81.72 161.52 -
System Red Green Blue C M Y K H S L
Decimal 137 82 8 0 0.40 0.94 0.46 34.42 0.89 0.28
Hex 89 52 8 0 28 5E 2E 22 59 1C
Octal 211 122 10 0 50 136 56 42 131 34
Binary 10001001 1010010 1000 0 101000 1011110 101110 100010 1011001 11100

Color Harmonies of #895208

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #895208

Black with #895208

Text Example


Text Example

White with #895208

Text Example


Text Example

HTML Codes & Css Web 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>