Html Css Color HEX #985E50 Au Chico

📋 copy color: '#985E50'

red 152 ◦ green 94 ◦ blue 80

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

Shades of Au Chico #985E50

Tints of Au Chico #985E50

RGB

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

 GREEN value IS 94 (37.11% from 255) = 28.83%

 BLUE value IS 80 (31.64% from 255) = 24.54%

R = 46.63%
G = 28.83%
B = 24.54%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.47

 K value IS 0.40

RGB Variations

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

Color information

#985E50 (or 0x985E50) is known color: Au Chico. HEX triplet: 98, 5E and 50. RGB value is (152,94,80). Sum of RGB (Red+Green+Blue) = 152+94+80=326 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.63% from 326); Green value is 94 (37.11% from 255 or 28.83% from 326); Blue value is 80 (31.64% from 255 or 24.54% from 326); Max value from RGB is 152 - color contains mainly: red. Hex color #985E50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985E50 is #67A1AF. Grayscale: #6D6D6D. Windows color (decimal): -6791600 or 5267096. OLE color: 5267096.

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

Color convert

RGB 152 94 80 -
CMYK 0 0.38 0.47 0.40
HSL 11.67º 0.31% 0.45% -
HSV(B) 11.67º 0.47% 0.6% -
XYZ 18.4 15.26 9.57 -
YUV 109.75 111.22 158.14 -
System Red Green Blue C M Y K H S L
Decimal 152 94 80 0 0.38 0.47 0.40 11.67 0.31 0.45
Hex 98 5E 50 0 26 2F 28 C 1F 2D
Octal 230 136 120 0 46 57 50 14 37 55
Binary 10011000 1011110 1010000 0 100110 101111 101000 1100 11111 101101

Color Harmonies of #985E50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985E50

Black with #985E50

Text Example


Text Example

White with #985E50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,94,80); }

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

background-color css

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

 a { background-color: rgb(152,94,80); }

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

border-color css

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

 span { border-color: rgb(152,94,80); }

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