Html Css Color HEX #985F2A Afghan Tan

📋 copy color: '#985F2A'

red 152 ◦ green 95 ◦ blue 42

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

Shades of Afghan Tan #985F2A

Tints of Afghan Tan #985F2A

RGB

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

 GREEN value IS 95 (37.5% from 255) = 32.87%

 BLUE value IS 42 (16.8% from 255) = 14.53%

R = 52.6%
G = 32.87%
B = 14.53%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.72

 K value IS 0.40

RGB Variations

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

Color information

#985F2A (or 0x985F2A) is known color: Afghan Tan. HEX triplet: 98, 5F and 2A. RGB value is (152,95,42). Sum of RGB (Red+Green+Blue) = 152+95+42=289 (38% of max value = 765). Red value is 152 (59.77% from 255 or 52.60% from 289); Green value is 95 (37.5% from 255 or 32.87% from 289); Blue value is 42 (16.80% from 255 or 14.53% from 289); Max value from RGB is 152 - color contains mainly: red. Hex color #985F2A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #985F2A is #67A0D5. Grayscale: #6A6A6A. Windows color (decimal): -6791382 or 2776984. OLE color: 2776984.

HSL color Cylindrical-coordinate representation of color #985F2A: hue angle of 28.91º degrees, saturation: 0.57, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #985F2A is Cyan = 0, Magento = 0.38, Yellow = 0.72 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 95 42 -
CMYK 0 0.38 0.72 0.40
HSL 28.91º 0.57% 0.38% -
HSV(B) 28.91º 0.72% 0.6% -
XYZ 17.46 15.03 4.17 -
YUV 106 91.88 160.81 -
System Red Green Blue C M Y K H S L
Decimal 152 95 42 0 0.38 0.72 0.40 28.91 0.57 0.38
Hex 98 5F 2A 0 26 48 28 1D 39 26
Octal 230 137 52 0 46 110 50 35 71 46
Binary 10011000 1011111 101010 0 100110 1001000 101000 11101 111001 100110

Color Harmonies of #985F2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985F2A

Black with #985F2A

Text Example


Text Example

White with #985F2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,95,42); }

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

background-color css

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

 a { background-color: rgb(152,95,42); }

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

border-color css

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

 span { border-color: rgb(152,95,42); }

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