Html Css Color HEX #985A1E Afghan Tan

📋 copy color: '#985A1E'

red 152 ◦ green 90 ◦ blue 30

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

Shades of Afghan Tan #985A1E

Tints of Afghan Tan #985A1E

RGB

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

 GREEN value IS 90 (35.55% from 255) = 33.09%

 BLUE value IS 30 (12.11% from 255) = 11.03%

R = 55.88%
G = 33.09%
B = 11.03%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.80

 K value IS 0.40

RGB Variations

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

Color information

#985A1E (or 0x985A1E) is known color: Afghan Tan. HEX triplet: 98, 5A and 1E. RGB value is (152,90,30). Sum of RGB (Red+Green+Blue) = 152+90+30=272 (36% of max value = 765). Red value is 152 (59.77% from 255 or 55.88% from 272); Green value is 90 (35.55% from 255 or 33.09% from 272); Blue value is 30 (12.11% from 255 or 11.03% from 272); Max value from RGB is 152 - color contains mainly: red. Hex color #985A1E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #985A1E is #67A5E1. Grayscale: #656565. Windows color (decimal): -6792674 or 1989272. OLE color: 1989272.

HSL color Cylindrical-coordinate representation of color #985A1E: hue angle of 29.51º degrees, saturation: 0.67, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #985A1E is Cyan = 0, Magento = 0.41, Yellow = 0.80 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 90 30 -
CMYK 0 0.41 0.80 0.40
HSL 29.51º 0.67% 0.36% -
HSV(B) 29.51º 0.8% 0.6% -
XYZ 16.84 14.08 3.06 -
YUV 101.7 87.54 163.88 -
System Red Green Blue C M Y K H S L
Decimal 152 90 30 0 0.41 0.80 0.40 29.51 0.67 0.36
Hex 98 5A 1E 0 29 50 28 1E 43 24
Octal 230 132 36 0 51 120 50 36 103 44
Binary 10011000 1011010 11110 0 101001 1010000 101000 11110 1000011 100100

Color Harmonies of #985A1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985A1E

Black with #985A1E

Text Example


Text Example

White with #985A1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,90,30); }

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

background-color css

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

 a { background-color: rgb(152,90,30); }

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

border-color css

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

 span { border-color: rgb(152,90,30); }

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