Html Css Color HEX #985D21 Afghan Tan

📋 copy color: '#985D21'

red 152 ◦ green 93 ◦ blue 33

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

Shades of Afghan Tan #985D21

Tints of Afghan Tan #985D21

RGB

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

 GREEN value IS 93 (36.72% from 255) = 33.45%

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

R = 54.68%
G = 33.45%
B = 11.87%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.78

 K value IS 0.40

RGB Variations

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

Color information

#985D21 (or 0x985D21) is known color: Afghan Tan. HEX triplet: 98, 5D and 21. RGB value is (152,93,33). Sum of RGB (Red+Green+Blue) = 152+93+33=278 (36% of max value = 765). Red value is 152 (59.77% from 255 or 54.68% from 278); Green value is 93 (36.72% from 255 or 33.45% from 278); Blue value is 33 (13.28% from 255 or 11.87% from 278); Max value from RGB is 152 - color contains mainly: red. Hex color #985D21 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #985D21 is #67A2DE. Grayscale: #686868. Windows color (decimal): -6791903 or 2186648. OLE color: 2186648.

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

Color convert

RGB 152 93 33 -
CMYK 0 0.39 0.78 0.40
HSL 30.25º 0.64% 0.36% -
HSV(B) 30.25º 0.78% 0.6% -
XYZ 17.14 14.61 3.36 -
YUV 103.8 88.05 162.38 -
System Red Green Blue C M Y K H S L
Decimal 152 93 33 0 0.39 0.78 0.40 30.25 0.64 0.36
Hex 98 5D 21 0 27 4E 28 1E 40 24
Octal 230 135 41 0 47 116 50 36 100 44
Binary 10011000 1011101 100001 0 100111 1001110 101000 11110 1000000 100100

Color Harmonies of #985D21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985D21

Black with #985D21

Text Example


Text Example

White with #985D21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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