Html Css Color HEX #985E1E Afghan Tan

📋 copy color: '#985E1E'

red 152 ◦ green 94 ◦ blue 30

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

Shades of Afghan Tan #985E1E

Tints of Afghan Tan #985E1E

RGB

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

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

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

R = 55.07%
G = 34.06%
B = 10.87%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.80

 K value IS 0.40

RGB Variations

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

Color information

#985E1E (or 0x985E1E) is known color: Afghan Tan. HEX triplet: 98, 5E and 1E. RGB value is (152,94,30). Sum of RGB (Red+Green+Blue) = 152+94+30=276 (36% of max value = 765). Red value is 152 (59.77% from 255 or 55.07% from 276); Green value is 94 (37.11% from 255 or 34.06% from 276); Blue value is 30 (12.11% from 255 or 10.87% from 276); Max value from RGB is 152 - color contains mainly: red. Hex color #985E1E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #985E1E is #67A1E1. Grayscale: #686868. Windows color (decimal): -6791650 or 1990296. OLE color: 1990296.

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

Color convert

RGB 152 94 30 -
CMYK 0 0.38 0.80 0.40
HSL 31.48º 0.67% 0.36% -
HSV(B) 31.48º 0.8% 0.6% -
XYZ 17.19 14.77 3.17 -
YUV 104.05 86.22 162.2 -
System Red Green Blue C M Y K H S L
Decimal 152 94 30 0 0.38 0.80 0.40 31.48 0.67 0.36
Hex 98 5E 1E 0 26 50 28 1F 43 24
Octal 230 136 36 0 46 120 50 37 103 44
Binary 10011000 1011110 11110 0 100110 1010000 101000 11111 1000011 100100

Color Harmonies of #985E1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985E1E

Black with #985E1E

Text Example


Text Example

White with #985E1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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