Html Css Color HEX #895321 Afghan Tan

📋 copy color: '#895321'

red 137 ◦ green 83 ◦ blue 33

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

Shades of Afghan Tan #895321

Tints of Afghan Tan #895321

RGB

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

 GREEN value IS 83 (32.81% from 255) = 32.81%

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

R = 54.15%
G = 32.81%
B = 13.04%

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

#895321 (or 0x895321) is known color: Afghan Tan. HEX triplet: 89, 53 and 21. RGB value is (137,83,33). Sum of RGB (Red+Green+Blue) = 137+83+33=253 (33% of max value = 765). Red value is 137 (53.91% from 255 or 54.15% from 253); Green value is 83 (32.81% from 255 or 32.81% from 253); Blue value is 33 (13.28% from 255 or 13.04% from 253); Max value from RGB is 137 - color contains mainly: red. Hex color #895321 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #895321 is #76ACDE. Grayscale: #5D5D5D. Windows color (decimal): -7777503 or 2184073. OLE color: 2184073.

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

Color convert

RGB 137 83 33 -
CMYK 0 0.39 0.76 0.46
HSL 28.85º 0.61% 0.33% -
HSV(B) 28.85º 0.76% 0.54% -
XYZ 13.68 11.61 2.96 -
YUV 93.45 93.89 159.07 -
System Red Green Blue C M Y K H S L
Decimal 137 83 33 0 0.39 0.76 0.46 28.85 0.61 0.33
Hex 89 53 21 0 27 4C 2E 1D 3D 21
Octal 211 123 41 0 47 114 56 35 75 41
Binary 10001001 1010011 100001 0 100111 1001100 101110 11101 111101 100001

Color Harmonies of #895321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #895321

Black with #895321

Text Example


Text Example

White with #895321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #895321; }

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

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

background-color css

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

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

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

border-color css

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

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

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