#985E50

Color #985E50 Au Chico (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Au Chico #985E50

Tints of Au Chico #985E50

Color information

#985E50 (or 0x985E50) is unknown color: approx 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

RGB1529480-
CMYK00.380.470.40
HSL11.67º31.03%45.49%-
HSV(B)11.67º47.37%59.61%-
XYZ18.415.269.57-
YUV109.75111.22158.14-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.47
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152948000.380.470.4011.6731.0345.49
Hex985E500262F28c1f2d
Octal2301361200465750143755
Binary10011000101111010100000100110101111101000110011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985E50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>