Html Css Color HEX #985B25 Afghan Tan

📋 copy color: '#985B25'

red 152 ◦ green 91 ◦ blue 37

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

Shades of Afghan Tan #985B25

Tints of Afghan Tan #985B25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 13.21%

R = 54.29%
G = 32.5%
B = 13.21%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.76

 K value IS 0.40

RGB Variations

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

Color information

#985B25 (or 0x985B25) is known color: Afghan Tan. HEX triplet: 98, 5B and 25. RGB value is (152,91,37). Sum of RGB (Red+Green+Blue) = 152+91+37=280 (37% of max value = 765). Red value is 152 (59.77% from 255 or 54.29% from 280); Green value is 91 (35.94% from 255 or 32.5% from 280); Blue value is 37 (14.84% from 255 or 13.21% from 280); Max value from RGB is 152 - color contains mainly: red. Hex color #985B25 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #985B25 is #67A4DA. Grayscale: #676767. Windows color (decimal): -6792411 or 2448280. OLE color: 2448280.

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

Color convert

RGB 152 91 37 -
CMYK 0 0.40 0.76 0.40
HSL 28.17º 0.61% 0.37% -
HSV(B) 28.17º 0.76% 0.6% -
XYZ 17.02 14.29 3.61 -
YUV 103.08 90.71 162.89 -
System Red Green Blue C M Y K H S L
Decimal 152 91 37 0 0.40 0.76 0.40 28.17 0.61 0.37
Hex 98 5B 25 0 28 4C 28 1C 3D 25
Octal 230 133 45 0 50 114 50 34 75 45
Binary 10011000 1011011 100101 0 101000 1001100 101000 11100 111101 100101

Color Harmonies of #985B25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985B25

Black with #985B25

Text Example


Text Example

White with #985B25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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