Html Css Color HEX #895D21 Afghan Tan

📋 copy color: '#895D21'

red 137 ◦ green 93 ◦ blue 33

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

Shades of Afghan Tan #895D21

Tints of Afghan Tan #895D21

RGB

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

 GREEN value IS 93 (36.72% from 255) = 35.36%

 BLUE value IS 33 (13.28% from 255) = 12.55%

R = 52.09%
G = 35.36%
B = 12.55%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.76

 K value IS 0.46

RGB Variations

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

Color information

#895D21 (or 0x895D21) is known color: Afghan Tan. HEX triplet: 89, 5D and 21. RGB value is (137,93,33). Sum of RGB (Red+Green+Blue) = 137+93+33=263 (34% of max value = 765). Red value is 137 (53.91% from 255 or 52.09% from 263); Green value is 93 (36.72% from 255 or 35.36% from 263); Blue value is 33 (13.28% from 255 or 12.55% from 263); Max value from RGB is 137 - color contains mainly: red. Hex color #895D21 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #895D21 is #76A2DE. Grayscale: #636363. Windows color (decimal): -7774943 or 2186633. OLE color: 2186633.

HSL color Cylindrical-coordinate representation of color #895D21: hue angle of 34.62º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #895D21 is Cyan = 0, Magento = 0.32, Yellow = 0.76 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 93 33 -
CMYK 0 0.32 0.76 0.46
HSL 34.62º 0.61% 0.33% -
HSV(B) 34.62º 0.76% 0.54% -
XYZ 14.51 13.26 3.23 -
YUV 99.32 90.58 154.88 -
System Red Green Blue C M Y K H S L
Decimal 137 93 33 0 0.32 0.76 0.46 34.62 0.61 0.33
Hex 89 5D 21 0 20 4C 2E 23 3D 21
Octal 211 135 41 0 40 114 56 43 75 41
Binary 10001001 1011101 100001 0 100000 1001100 101110 100011 111101 100001

Color Harmonies of #895D21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #895D21

Black with #895D21

Text Example


Text Example

White with #895D21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #895D21; }

 p { color: rgb(137,93,33); }

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

background-color css

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

 a { background-color: rgb(137,93,33); }

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

border-color css

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

 span { border-color: rgb(137,93,33); }

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