Html Css Color HEX #985C28 Afghan Tan

📋 copy color: '#985C28'

red 152 ◦ green 92 ◦ blue 40

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

Shades of Afghan Tan #985C28

Tints of Afghan Tan #985C28

RGB

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

 GREEN value IS 92 (36.33% from 255) = 32.39%

 BLUE value IS 40 (16.02% from 255) = 14.08%

R = 53.52%
G = 32.39%
B = 14.08%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.74

 K value IS 0.40

RGB Variations

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

Color information

#985C28 (or 0x985C28) is known color: Afghan Tan. HEX triplet: 98, 5C and 28. RGB value is (152,92,40). Sum of RGB (Red+Green+Blue) = 152+92+40=284 (37% of max value = 765). Red value is 152 (59.77% from 255 or 53.52% from 284); Green value is 92 (36.33% from 255 or 32.39% from 284); Blue value is 40 (16.02% from 255 or 14.08% from 284); Max value from RGB is 152 - color contains mainly: red. Hex color #985C28 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #985C28 is #67A3D7. Grayscale: #686868. Windows color (decimal): -6792152 or 2645144. OLE color: 2645144.

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

Color convert

RGB 152 92 40 -
CMYK 0 0.39 0.74 0.40
HSL 27.86º 0.58% 0.38% -
HSV(B) 27.86º 0.74% 0.6% -
XYZ 17.16 14.48 3.9 -
YUV 104.01 91.88 162.23 -
System Red Green Blue C M Y K H S L
Decimal 152 92 40 0 0.39 0.74 0.40 27.86 0.58 0.38
Hex 98 5C 28 0 27 4A 28 1C 3A 26
Octal 230 134 50 0 47 112 50 34 72 46
Binary 10011000 1011100 101000 0 100111 1001010 101000 11100 111010 100110

Color Harmonies of #985C28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985C28

Black with #985C28

Text Example


Text Example

White with #985C28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,92,40); }

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

background-color css

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

 a { background-color: rgb(152,92,40); }

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

border-color css

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

 span { border-color: rgb(152,92,40); }

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