Html Css Color HEX #985720 Afghan Tan

📋 copy color: '#985720'

red 152 ◦ green 87 ◦ blue 32

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

Shades of Afghan Tan #985720

Tints of Afghan Tan #985720

RGB

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

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

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

R = 56.09%
G = 32.1%
B = 11.81%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.79

 K value IS 0.40

RGB Variations

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

Color information

#985720 (or 0x985720) is known color: Afghan Tan. HEX triplet: 98, 57 and 20. RGB value is (152,87,32). Sum of RGB (Red+Green+Blue) = 152+87+32=271 (35% of max value = 765). Red value is 152 (59.77% from 255 or 56.09% from 271); Green value is 87 (34.38% from 255 or 32.10% from 271); Blue value is 32 (12.89% from 255 or 11.81% from 271); Max value from RGB is 152 - color contains mainly: red. Hex color #985720 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #985720 is #67A8DF. Grayscale: #646464. Windows color (decimal): -6793440 or 2119576. OLE color: 2119576.

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

Color convert

RGB 152 87 32 -
CMYK 0 0.43 0.79 0.40
HSL 27.5º 0.65% 0.36% -
HSV(B) 27.5º 0.79% 0.6% -
XYZ 16.62 13.6 3.11 -
YUV 100.17 89.53 164.97 -
System Red Green Blue C M Y K H S L
Decimal 152 87 32 0 0.43 0.79 0.40 27.5 0.65 0.36
Hex 98 57 20 0 2B 4F 28 1C 41 24
Octal 230 127 40 0 53 117 50 34 101 44
Binary 10011000 1010111 100000 0 101011 1001111 101000 11100 1000001 100100

Color Harmonies of #985720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985720

Black with #985720

Text Example


Text Example

White with #985720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #985720; }

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

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

background-color css

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

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

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

border-color css

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

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

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