Html Css Color HEX #895211 Saddle Brown

📋 copy color: '#895211'

red 137 ◦ green 82 ◦ blue 17

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

Shades of Saddle Brown #895211

Tints of Saddle Brown #895211

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 7.2%

R = 58.05%
G = 34.75%
B = 7.2%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.88

 K value IS 0.46

RGB Variations

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

Color information

#895211 (or 0x895211) is known color: Saddle Brown. HEX triplet: 89, 52 and 11. RGB value is (137,82,17). Sum of RGB (Red+Green+Blue) = 137+82+17=236 (31% of max value = 765). Red value is 137 (53.91% from 255 or 58.05% from 236); Green value is 82 (32.42% from 255 or 34.75% from 236); Blue value is 17 (7.03% from 255 or 7.20% from 236); Max value from RGB is 137 - color contains mainly: red. Hex color #895211 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #895211 is #76ADEE. Grayscale: #5B5B5B. Windows color (decimal): -7777775 or 1135241. OLE color: 1135241.

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

Color convert

RGB 137 82 17 -
CMYK 0 0.40 0.88 0.46
HSL 32.5º 0.78% 0.3% -
HSV(B) 32.5º 0.88% 0.54% -
XYZ 13.44 11.39 2.02 -
YUV 91.04 86.22 160.79 -
System Red Green Blue C M Y K H S L
Decimal 137 82 17 0 0.40 0.88 0.46 32.5 0.78 0.3
Hex 89 52 11 0 28 58 2E 20 4E 1E
Octal 211 122 21 0 50 130 56 40 116 36
Binary 10001001 1010010 10001 0 101000 1011000 101110 100000 1001110 11110

Color Harmonies of #895211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #895211

Black with #895211

Text Example


Text Example

White with #895211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #895211; }

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

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

background-color css

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

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

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

border-color css

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

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

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