Html Css Color HEX #985721 Afghan Tan

📋 copy color: '#985721'

red 152 ◦ green 87 ◦ blue 33

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

Shades of Afghan Tan #985721

Tints of Afghan Tan #985721

RGB

 RED value IS 152 (59.77% from 255) = 55.88%

 GREEN value IS 87 (34.38% from 255) = 31.99%

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

R = 55.88%
G = 31.99%
B = 12.13%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.78

 K value IS 0.40

RGB Variations

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

Color information

#985721 (or 0x985721) is known color: Afghan Tan. HEX triplet: 98, 57 and 21. RGB value is (152,87,33). Sum of RGB (Red+Green+Blue) = 152+87+33=272 (36% of max value = 765). Red value is 152 (59.77% from 255 or 55.88% from 272); Green value is 87 (34.38% from 255 or 31.99% from 272); Blue value is 33 (13.28% from 255 or 12.13% from 272); Max value from RGB is 152 - color contains mainly: red. Hex color #985721 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #985721 is #67A8DE. Grayscale: #646464. Windows color (decimal): -6793439 or 2185112. OLE color: 2185112.

HSL color Cylindrical-coordinate representation of color #985721: hue angle of 27.23º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #985721 is Cyan = 0, Magento = 0.43, Yellow = 0.78 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 87 33 -
CMYK 0 0.43 0.78 0.40
HSL 27.23º 0.64% 0.36% -
HSV(B) 27.23º 0.78% 0.6% -
XYZ 16.63 13.6 3.19 -
YUV 100.28 90.03 164.89 -
System Red Green Blue C M Y K H S L
Decimal 152 87 33 0 0.43 0.78 0.40 27.23 0.64 0.36
Hex 98 57 21 0 2B 4E 28 1B 40 24
Octal 230 127 41 0 53 116 50 33 100 44
Binary 10011000 1010111 100001 0 101011 1001110 101000 11011 1000000 100100

Color Harmonies of #985721

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985721

Black with #985721

Text Example


Text Example

White with #985721

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #985721; }

 p { color: rgb(152,87,33); }

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

background-color css

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

 a { background-color: rgb(152,87,33); }

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

border-color css

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

 span { border-color: rgb(152,87,33); }

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