#985D52

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

Shades of Au Chico #985D52

Tints of Au Chico #985D52

Color information

#985D52 (or 0x985D52) is unknown color: approx Au Chico. HEX triplet: 98, 5D and 52. RGB value is (152,93,82). Sum of RGB (Red+Green+Blue) = 152+93+82=327 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.48% from 327); Green value is 93 (36.72% from 255 or 28.44% from 327); Blue value is 82 (32.42% from 255 or 25.08% from 327); Max value from RGB is 152 - color contains mainly: red. Hex color #985D52 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985D52 is #67A2AD. Grayscale: #6D6D6D. Windows color (decimal): -6791854 or 5397912. OLE color: 5397912.

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

Color convert

RGB1529382-
CMYK00.390.460.40
HSL9.43º29.91%45.88%-
HSV(B)9.43º46.05%59.61%-
XYZ18.3915.119.93-
YUV109.39112.55158.39-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 46.48%
GREEN value IS 93 (36.72% from 255) = 28.44%
BLUE value IS 82 (32.42% from 255) = 25.08%
R=46.48%
G=28.44%
B=25.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.46
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152938200.390.460.409.4329.9145.88
Hex985D520272E2891e2e
Octal2301351220475650113656
Binary10011000101110110100100100111101110101000100111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985D52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,93,82); }

 H1.HeaderClassName
 {
   color: #985D52;
 }
 .AnyTagClassName
 {
   color: #985D52;
 }
</style>
background-color css

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

 a { background-color: rgb(152,93,82); }

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

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

 span { border-color: rgb(152,93,82); }

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