Html Css Color HEX #985A23 Afghan Tan

📋 copy color: '#985A23'

red 152 ◦ green 90 ◦ blue 35

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

Shades of Afghan Tan #985A23

Tints of Afghan Tan #985A23

RGB

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

 GREEN value IS 90 (35.55% from 255) = 32.49%

 BLUE value IS 35 (14.06% from 255) = 12.64%

R = 54.87%
G = 32.49%
B = 12.64%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.77

 K value IS 0.40

RGB Variations

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

Color information

#985A23 (or 0x985A23) is known color: Afghan Tan. HEX triplet: 98, 5A and 23. RGB value is (152,90,35). Sum of RGB (Red+Green+Blue) = 152+90+35=277 (36% of max value = 765). Red value is 152 (59.77% from 255 or 54.87% from 277); Green value is 90 (35.55% from 255 or 32.49% from 277); Blue value is 35 (14.06% from 255 or 12.64% from 277); Max value from RGB is 152 - color contains mainly: red. Hex color #985A23 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #985A23 is #67A5DC. Grayscale: #666666. Windows color (decimal): -6792669 or 2316952. OLE color: 2316952.

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

Color convert

RGB 152 90 35 -
CMYK 0 0.41 0.77 0.40
HSL 28.21º 0.63% 0.37% -
HSV(B) 28.21º 0.77% 0.6% -
XYZ 16.91 14.11 3.42 -
YUV 102.27 90.04 163.47 -
System Red Green Blue C M Y K H S L
Decimal 152 90 35 0 0.41 0.77 0.40 28.21 0.63 0.37
Hex 98 5A 23 0 29 4D 28 1C 3F 25
Octal 230 132 43 0 51 115 50 34 77 45
Binary 10011000 1011010 100011 0 101001 1001101 101000 11100 111111 100101

Color Harmonies of #985A23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985A23

Black with #985A23

Text Example


Text Example

White with #985A23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,90,35); }

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

background-color css

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

 a { background-color: rgb(152,90,35); }

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

border-color css

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

 span { border-color: rgb(152,90,35); }

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