Html Css Color HEX #985A1D Afghan Tan

📋 copy color: '#985A1D'

red 152 ◦ green 90 ◦ blue 29

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

Shades of Afghan Tan #985A1D

Tints of Afghan Tan #985A1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 10.7%

R = 56.09%
G = 33.21%
B = 10.7%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.81

 K value IS 0.40

RGB Variations

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

Color information

#985A1D (or 0x985A1D) is known color: Afghan Tan. HEX triplet: 98, 5A and 1D. RGB value is (152,90,29). Sum of RGB (Red+Green+Blue) = 152+90+29=271 (35% of max value = 765). Red value is 152 (59.77% from 255 or 56.09% from 271); Green value is 90 (35.55% from 255 or 33.21% from 271); Blue value is 29 (11.72% from 255 or 10.70% from 271); Max value from RGB is 152 - color contains mainly: red. Hex color #985A1D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #985A1D is #67A5E2. Grayscale: #656565. Windows color (decimal): -6792675 or 1923736. OLE color: 1923736.

HSL color Cylindrical-coordinate representation of color #985A1D: hue angle of 29.76º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #985A1D is Cyan = 0, Magento = 0.41, Yellow = 0.81 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 90 29 -
CMYK 0 0.41 0.81 0.40
HSL 29.76º 0.68% 0.35% -
HSV(B) 29.76º 0.81% 0.6% -
XYZ 16.83 14.08 2.99 -
YUV 101.58 87.04 163.96 -
System Red Green Blue C M Y K H S L
Decimal 152 90 29 0 0.41 0.81 0.40 29.76 0.68 0.35
Hex 98 5A 1D 0 29 51 28 1E 44 23
Octal 230 132 35 0 51 121 50 36 104 43
Binary 10011000 1011010 11101 0 101001 1010001 101000 11110 1000100 100011

Color Harmonies of #985A1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985A1D

Black with #985A1D

Text Example


Text Example

White with #985A1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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