Html Css Color HEX #985C27 Afghan Tan

📋 copy color: '#985C27'

red 152 ◦ green 92 ◦ blue 39

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

Shades of Afghan Tan #985C27

Tints of Afghan Tan #985C27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 13.78%

R = 53.71%
G = 32.51%
B = 13.78%

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

#985C27 (or 0x985C27) is known color: Afghan Tan. HEX triplet: 98, 5C and 27. RGB value is (152,92,39). Sum of RGB (Red+Green+Blue) = 152+92+39=283 (37% of max value = 765). Red value is 152 (59.77% from 255 or 53.71% from 283); Green value is 92 (36.33% from 255 or 32.51% from 283); Blue value is 39 (15.62% from 255 or 13.78% from 283); Max value from RGB is 152 - color contains mainly: red. Hex color #985C27 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #985C27 is #67A3D8. Grayscale: #686868. Windows color (decimal): -6792153 or 2579608. OLE color: 2579608.

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

Color convert

RGB 152 92 39 -
CMYK 0 0.39 0.74 0.40
HSL 28.14º 0.59% 0.37% -
HSV(B) 28.14º 0.74% 0.6% -
XYZ 17.14 14.48 3.81 -
YUV 103.9 91.38 162.31 -
System Red Green Blue C M Y K H S L
Decimal 152 92 39 0 0.39 0.74 0.40 28.14 0.59 0.37
Hex 98 5C 27 0 27 4A 28 1C 3B 25
Octal 230 134 47 0 47 112 50 34 73 45
Binary 10011000 1011100 100111 0 100111 1001010 101000 11100 111011 100101

Color Harmonies of #985C27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985C27

Black with #985C27

Text Example


Text Example

White with #985C27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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