Html Css Color HEX #985920 Afghan Tan

📋 copy color: '#985920'

red 152 ◦ green 89 ◦ blue 32

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

Shades of Afghan Tan #985920

Tints of Afghan Tan #985920

RGB

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

 GREEN value IS 89 (35.16% from 255) = 32.6%

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

R = 55.68%
G = 32.6%
B = 11.72%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.79

 K value IS 0.40

RGB Variations

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

Color information

#985920 (or 0x985920) is known color: Afghan Tan. HEX triplet: 98, 59 and 20. RGB value is (152,89,32). Sum of RGB (Red+Green+Blue) = 152+89+32=273 (36% of max value = 765). Red value is 152 (59.77% from 255 or 55.68% from 273); Green value is 89 (35.16% from 255 or 32.60% from 273); Blue value is 32 (12.89% from 255 or 11.72% from 273); Max value from RGB is 152 - color contains mainly: red. Hex color #985920 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #985920 is #67A6DF. Grayscale: #656565. Windows color (decimal): -6792928 or 2120088. OLE color: 2120088.

HSL color Cylindrical-coordinate representation of color #985920: hue angle of 28.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 #985920 is Cyan = 0, Magento = 0.41, Yellow = 0.79 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 89 32 -
CMYK 0 0.41 0.79 0.40
HSL 28.5º 0.65% 0.36% -
HSV(B) 28.5º 0.79% 0.6% -
XYZ 16.78 13.92 3.17 -
YUV 101.34 88.87 164.13 -
System Red Green Blue C M Y K H S L
Decimal 152 89 32 0 0.41 0.79 0.40 28.5 0.65 0.36
Hex 98 59 20 0 29 4F 28 1C 41 24
Octal 230 131 40 0 51 117 50 34 101 44
Binary 10011000 1011001 100000 0 101001 1001111 101000 11100 1000001 100100

Color Harmonies of #985920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985920

Black with #985920

Text Example


Text Example

White with #985920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #985920; }

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

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

background-color css

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

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

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

border-color css

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

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

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