Html Css Color HEX #895421 Afghan Tan

📋 copy color: '#895421'

red 137 ◦ green 84 ◦ blue 33

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

Shades of Afghan Tan #895421

Tints of Afghan Tan #895421

RGB

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

 GREEN value IS 84 (33.2% from 255) = 33.07%

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

R = 53.94%
G = 33.07%
B = 12.99%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.76

 K value IS 0.46

RGB Variations

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

Color information

#895421 (or 0x895421) is known color: Afghan Tan. HEX triplet: 89, 54 and 21. RGB value is (137,84,33). Sum of RGB (Red+Green+Blue) = 137+84+33=254 (33% of max value = 765). Red value is 137 (53.91% from 255 or 53.94% from 254); Green value is 84 (33.20% from 255 or 33.07% from 254); Blue value is 33 (13.28% from 255 or 12.99% from 254); Max value from RGB is 137 - color contains mainly: red. Hex color #895421 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #895421 is #76ABDE. Grayscale: #5E5E5E. Windows color (decimal): -7777247 or 2184329. OLE color: 2184329.

HSL color Cylindrical-coordinate representation of color #895421: hue angle of 29.42º 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 #895421 is Cyan = 0, Magento = 0.39, Yellow = 0.76 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 84 33 -
CMYK 0 0.39 0.76 0.46
HSL 29.42º 0.61% 0.33% -
HSV(B) 29.42º 0.76% 0.54% -
XYZ 13.76 11.77 2.99 -
YUV 94.03 93.56 158.65 -
System Red Green Blue C M Y K H S L
Decimal 137 84 33 0 0.39 0.76 0.46 29.42 0.61 0.33
Hex 89 54 21 0 27 4C 2E 1D 3D 21
Octal 211 124 41 0 47 114 56 35 75 41
Binary 10001001 1010100 100001 0 100111 1001100 101110 11101 111101 100001

Color Harmonies of #895421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #895421

Black with #895421

Text Example


Text Example

White with #895421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #895421; }

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

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

background-color css

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

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

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

border-color css

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

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

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