Html Css Color HEX #985820 Afghan Tan

📋 copy color: '#985820'

red 152 ◦ green 88 ◦ blue 32

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

Shades of Afghan Tan #985820

Tints of Afghan Tan #985820

RGB

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

 GREEN value IS 88 (34.77% from 255) = 32.35%

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

R = 55.88%
G = 32.35%
B = 11.76%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.79

 K value IS 0.40

RGB Variations

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

Color information

#985820 (or 0x985820) is known color: Afghan Tan. HEX triplet: 98, 58 and 20. RGB value is (152,88,32). Sum of RGB (Red+Green+Blue) = 152+88+32=272 (36% of max value = 765). Red value is 152 (59.77% from 255 or 55.88% from 272); Green value is 88 (34.77% from 255 or 32.35% from 272); Blue value is 32 (12.89% from 255 or 11.76% from 272); Max value from RGB is 152 - color contains mainly: red. Hex color #985820 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #985820 is #67A7DF. Grayscale: #656565. Windows color (decimal): -6793184 or 2119832. OLE color: 2119832.

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

Color convert

RGB 152 88 32 -
CMYK 0 0.42 0.79 0.40
HSL 28º 0.65% 0.36% -
HSV(B) 28º 0.79% 0.6% -
XYZ 16.7 13.76 3.14 -
YUV 100.75 89.2 164.55 -
System Red Green Blue C M Y K H S L
Decimal 152 88 32 0 0.42 0.79 0.40 28 0.65 0.36
Hex 98 58 20 0 2A 4F 28 1C 41 24
Octal 230 130 40 0 52 117 50 34 101 44
Binary 10011000 1011000 100000 0 101010 1001111 101000 11100 1000001 100100

Color Harmonies of #985820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985820

Black with #985820

Text Example


Text Example

White with #985820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #985820; }

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

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

background-color css

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

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

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

border-color css

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

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

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