Html Css Color HEX #985E2C Afghan Tan

📋 copy color: '#985E2C'

red 152 ◦ green 94 ◦ blue 44

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

Shades of Afghan Tan #985E2C

Tints of Afghan Tan #985E2C

RGB

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

 GREEN value IS 94 (37.11% from 255) = 32.41%

 BLUE value IS 44 (17.58% from 255) = 15.17%

R = 52.41%
G = 32.41%
B = 15.17%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.71

 K value IS 0.40

RGB Variations

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

Color information

#985E2C (or 0x985E2C) is known color: Afghan Tan. HEX triplet: 98, 5E and 2C. RGB value is (152,94,44). Sum of RGB (Red+Green+Blue) = 152+94+44=290 (38% of max value = 765). Red value is 152 (59.77% from 255 or 52.41% from 290); Green value is 94 (37.11% from 255 or 32.41% from 290); Blue value is 44 (17.58% from 255 or 15.17% from 290); Max value from RGB is 152 - color contains mainly: red. Hex color #985E2C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #985E2C is #67A1D3. Grayscale: #696969. Windows color (decimal): -6791636 or 2907800. OLE color: 2907800.

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

Color convert

RGB 152 94 44 -
CMYK 0 0.38 0.71 0.40
HSL 27.78º 0.55% 0.38% -
HSV(B) 27.78º 0.71% 0.6% -
XYZ 17.41 14.86 4.33 -
YUV 105.64 93.22 161.07 -
System Red Green Blue C M Y K H S L
Decimal 152 94 44 0 0.38 0.71 0.40 27.78 0.55 0.38
Hex 98 5E 2C 0 26 47 28 1C 37 26
Octal 230 136 54 0 46 107 50 34 67 46
Binary 10011000 1011110 101100 0 100110 1000111 101000 11100 110111 100110

Color Harmonies of #985E2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985E2C

Black with #985E2C

Text Example


Text Example

White with #985E2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,94,44); }

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

background-color css

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

 a { background-color: rgb(152,94,44); }

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

border-color css

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

 span { border-color: rgb(152,94,44); }

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