Html Css Color HEX #895820 Afghan Tan

📋 copy color: '#895820'

red 137 ◦ green 88 ◦ blue 32

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

Shades of Afghan Tan #895820

Tints of Afghan Tan #895820

RGB

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

 GREEN value IS 88 (34.77% from 255) = 34.24%

 BLUE value IS 32 (12.89% from 255) = 12.45%

R = 53.31%
G = 34.24%
B = 12.45%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.77

 K value IS 0.46

RGB Variations

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

Color information

#895820 (or 0x895820) is known color: Afghan Tan. HEX triplet: 89, 58 and 20. RGB value is (137,88,32). Sum of RGB (Red+Green+Blue) = 137+88+32=257 (34% of max value = 765). Red value is 137 (53.91% from 255 or 53.31% from 257); Green value is 88 (34.77% from 255 or 34.24% from 257); Blue value is 32 (12.89% from 255 or 12.45% from 257); Max value from RGB is 137 - color contains mainly: red. Hex color #895820 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #895820 is #76A7DF. Grayscale: #606060. Windows color (decimal): -7776224 or 2119817. OLE color: 2119817.

HSL color Cylindrical-coordinate representation of color #895820: hue angle of 32º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #895820 is Cyan = 0, Magento = 0.36, Yellow = 0.77 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 88 32 -
CMYK 0 0.36 0.77 0.46
HSL 32º 0.62% 0.33% -
HSV(B) 32º 0.77% 0.54% -
XYZ 14.07 12.4 3.02 -
YUV 96.27 91.73 157.05 -
System Red Green Blue C M Y K H S L
Decimal 137 88 32 0 0.36 0.77 0.46 32 0.62 0.33
Hex 89 58 20 0 24 4D 2E 20 3E 21
Octal 211 130 40 0 44 115 56 40 76 41
Binary 10001001 1011000 100000 0 100100 1001101 101110 100000 111110 100001

Color Harmonies of #895820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #895820

Black with #895820

Text Example


Text Example

White with #895820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #895820; }

 p { color: rgb(137,88,32); }

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

background-color css

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

 a { background-color: rgb(137,88,32); }

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

border-color css

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

 span { border-color: rgb(137,88,32); }

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