Html Css Color HEX #895215 Saddle Brown

📋 copy color: '#895215'

red 137 ◦ green 82 ◦ blue 21

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

Shades of Saddle Brown #895215

Tints of Saddle Brown #895215

RGB

 RED value IS 137 (53.91% from 255) = 57.08%

 GREEN value IS 82 (32.42% from 255) = 34.17%

 BLUE value IS 21 (8.59% from 255) = 8.75%

R = 57.08%
G = 34.17%
B = 8.75%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.85

 K value IS 0.46

RGB Variations

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

Color information

#895215 (or 0x895215) is known color: Saddle Brown. HEX triplet: 89, 52 and 15. RGB value is (137,82,21). Sum of RGB (Red+Green+Blue) = 137+82+21=240 (31% of max value = 765). Red value is 137 (53.91% from 255 or 57.08% from 240); Green value is 82 (32.42% from 255 or 34.17% from 240); Blue value is 21 (8.59% from 255 or 8.75% from 240); Max value from RGB is 137 - color contains mainly: red. Hex color #895215 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #895215 is #76ADEA. Grayscale: #5B5B5B. Windows color (decimal): -7777771 or 1397385. OLE color: 1397385.

HSL color Cylindrical-coordinate representation of color #895215: hue angle of 31.55º degrees, saturation: 0.73, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #895215 is Cyan = 0, Magento = 0.40, Yellow = 0.85 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 82 21 -
CMYK 0 0.40 0.85 0.46
HSL 31.55º 0.73% 0.31% -
HSV(B) 31.55º 0.85% 0.54% -
XYZ 13.47 11.41 2.2 -
YUV 91.49 88.22 160.46 -
System Red Green Blue C M Y K H S L
Decimal 137 82 21 0 0.40 0.85 0.46 31.55 0.73 0.31
Hex 89 52 15 0 28 55 2E 20 49 1F
Octal 211 122 25 0 50 125 56 40 111 37
Binary 10001001 1010010 10101 0 101000 1010101 101110 100000 1001001 11111

Color Harmonies of #895215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #895215

Black with #895215

Text Example


Text Example

White with #895215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #895215; }

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

 H1.HeaderClassName
 {
   color: #895215;
 }
 .AnyTagClassName
 {
   color: #895215;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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