Html Css Color HEX #985D24 Afghan Tan

📋 copy color: '#985D24'

red 152 ◦ green 93 ◦ blue 36

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

Shades of Afghan Tan #985D24

Tints of Afghan Tan #985D24

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 12.81%

R = 54.09%
G = 33.1%
B = 12.81%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.76

 K value IS 0.40

RGB Variations

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

Color information

#985D24 (or 0x985D24) is known color: Afghan Tan. HEX triplet: 98, 5D and 24. RGB value is (152,93,36). Sum of RGB (Red+Green+Blue) = 152+93+36=281 (37% of max value = 765). Red value is 152 (59.77% from 255 or 54.09% from 281); Green value is 93 (36.72% from 255 or 33.10% from 281); Blue value is 36 (14.45% from 255 or 12.81% from 281); Max value from RGB is 152 - color contains mainly: red. Hex color #985D24 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #985D24 is #67A2DB. Grayscale: #686868. Windows color (decimal): -6791900 or 2383256. OLE color: 2383256.

HSL color Cylindrical-coordinate representation of color #985D24: hue angle of 29.48º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #985D24 is Cyan = 0, Magento = 0.39, Yellow = 0.76 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 93 36 -
CMYK 0 0.39 0.76 0.40
HSL 29.48º 0.62% 0.37% -
HSV(B) 29.48º 0.76% 0.6% -
XYZ 17.18 14.63 3.59 -
YUV 104.14 89.55 162.13 -
System Red Green Blue C M Y K H S L
Decimal 152 93 36 0 0.39 0.76 0.40 29.48 0.62 0.37
Hex 98 5D 24 0 27 4C 28 1D 3E 25
Octal 230 135 44 0 47 114 50 35 76 45
Binary 10011000 1011101 100100 0 100111 1001100 101000 11101 111110 100101

Color Harmonies of #985D24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985D24

Black with #985D24

Text Example


Text Example

White with #985D24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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