Html Css Color HEX #985B28 Afghan Tan

📋 copy color: '#985B28'

red 152 ◦ green 91 ◦ blue 40

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

Shades of Afghan Tan #985B28

Tints of Afghan Tan #985B28

RGB

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

 GREEN value IS 91 (35.94% from 255) = 32.16%

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

R = 53.71%
G = 32.16%
B = 14.13%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.74

 K value IS 0.40

RGB Variations

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

Color information

#985B28 (or 0x985B28) is known color: Afghan Tan. HEX triplet: 98, 5B and 28. RGB value is (152,91,40). Sum of RGB (Red+Green+Blue) = 152+91+40=283 (37% of max value = 765). Red value is 152 (59.77% from 255 or 53.71% from 283); Green value is 91 (35.94% from 255 or 32.16% from 283); Blue value is 40 (16.02% from 255 or 14.13% from 283); Max value from RGB is 152 - color contains mainly: red. Hex color #985B28 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #985B28 is #67A4D7. Grayscale: #676767. Windows color (decimal): -6792408 or 2644888. OLE color: 2644888.

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

Color convert

RGB 152 91 40 -
CMYK 0 0.40 0.74 0.40
HSL 27.32º 0.58% 0.38% -
HSV(B) 27.32º 0.74% 0.6% -
XYZ 17.07 14.31 3.87 -
YUV 103.43 92.21 162.65 -
System Red Green Blue C M Y K H S L
Decimal 152 91 40 0 0.40 0.74 0.40 27.32 0.58 0.38
Hex 98 5B 28 0 28 4A 28 1B 3A 26
Octal 230 133 50 0 50 112 50 33 72 46
Binary 10011000 1011011 101000 0 101000 1001010 101000 11011 111010 100110

Color Harmonies of #985B28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985B28

Black with #985B28

Text Example


Text Example

White with #985B28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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