Html Css Color HEX #985E29 Afghan Tan

📋 copy color: '#985E29'

red 152 ◦ green 94 ◦ blue 41

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

Shades of Afghan Tan #985E29

Tints of Afghan Tan #985E29

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 14.29%

R = 52.96%
G = 32.75%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.73

 K value IS 0.40

RGB Variations

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

Color information

#985E29 (or 0x985E29) is known color: Afghan Tan. HEX triplet: 98, 5E and 29. RGB value is (152,94,41). Sum of RGB (Red+Green+Blue) = 152+94+41=287 (38% of max value = 765). Red value is 152 (59.77% from 255 or 52.96% from 287); Green value is 94 (37.11% from 255 or 32.75% from 287); Blue value is 41 (16.41% from 255 or 14.29% from 287); Max value from RGB is 152 - color contains mainly: red. Hex color #985E29 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #985E29 is #67A1D6. Grayscale: #696969. Windows color (decimal): -6791639 or 2711192. OLE color: 2711192.

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

Color convert

RGB 152 94 41 -
CMYK 0 0.38 0.73 0.40
HSL 28.65º 0.58% 0.38% -
HSV(B) 28.65º 0.73% 0.6% -
XYZ 17.35 14.84 4.05 -
YUV 105.3 91.72 161.31 -
System Red Green Blue C M Y K H S L
Decimal 152 94 41 0 0.38 0.73 0.40 28.65 0.58 0.38
Hex 98 5E 29 0 26 49 28 1D 3A 26
Octal 230 136 51 0 46 111 50 35 72 46
Binary 10011000 1011110 101001 0 100110 1001001 101000 11101 111010 100110

Color Harmonies of #985E29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985E29

Black with #985E29

Text Example


Text Example

White with #985E29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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