Html Css Color HEX #985C20 Afghan Tan

📋 copy color: '#985C20'

red 152 ◦ green 92 ◦ blue 32

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

Shades of Afghan Tan #985C20

Tints of Afghan Tan #985C20

RGB

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

 GREEN value IS 92 (36.33% from 255) = 33.33%

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

R = 55.07%
G = 33.33%
B = 11.59%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.79

 K value IS 0.40

RGB Variations

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

Color information

#985C20 (or 0x985C20) is known color: Afghan Tan. HEX triplet: 98, 5C and 20. RGB value is (152,92,32). Sum of RGB (Red+Green+Blue) = 152+92+32=276 (36% of max value = 765). Red value is 152 (59.77% from 255 or 55.07% from 276); Green value is 92 (36.33% from 255 or 33.33% from 276); Blue value is 32 (12.89% from 255 or 11.59% from 276); Max value from RGB is 152 - color contains mainly: red. Hex color #985C20 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #985C20 is #67A3DF. Grayscale: #676767. Windows color (decimal): -6792160 or 2120856. OLE color: 2120856.

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

Color convert

RGB 152 92 32 -
CMYK 0 0.39 0.79 0.40
HSL 30º 0.65% 0.36% -
HSV(B) 30º 0.79% 0.6% -
XYZ 17.04 14.43 3.25 -
YUV 103.1 87.88 162.88 -
System Red Green Blue C M Y K H S L
Decimal 152 92 32 0 0.39 0.79 0.40 30 0.65 0.36
Hex 98 5C 20 0 27 4F 28 1E 41 24
Octal 230 134 40 0 47 117 50 36 101 44
Binary 10011000 1011100 100000 0 100111 1001111 101000 11110 1000001 100100

Color Harmonies of #985C20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985C20

Black with #985C20

Text Example


Text Example

White with #985C20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #985C20; }

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

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

background-color css

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

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

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

border-color css

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

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

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