Html Css Color HEX #985E52 Au Chico

📋 copy color: '#985E52'

red 152 ◦ green 94 ◦ blue 82

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

Shades of Au Chico #985E52

Tints of Au Chico #985E52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 25%

R = 46.34%
G = 28.66%
B = 25%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.46

 K value IS 0.40

RGB Variations

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

Color information

#985E52 (or 0x985E52) is known color: Au Chico. HEX triplet: 98, 5E and 52. RGB value is (152,94,82). Sum of RGB (Red+Green+Blue) = 152+94+82=328 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.34% from 328); Green value is 94 (37.11% from 255 or 28.66% from 328); Blue value is 82 (32.42% from 255 or 25% from 328); Max value from RGB is 152 - color contains mainly: red. Hex color #985E52 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985E52 is #67A1AD. Grayscale: #6E6E6E. Windows color (decimal): -6791598 or 5398168. OLE color: 5398168.

HSL color Cylindrical-coordinate representation of color #985E52: hue angle of 10.29º 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 #985E52 is Cyan = 0, Magento = 0.38, Yellow = 0.46 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 94 82 -
CMYK 0 0.38 0.46 0.40
HSL 10.29º 0.3% 0.46% -
HSV(B) 10.29º 0.46% 0.6% -
XYZ 18.47 15.29 9.96 -
YUV 109.97 112.22 157.98 -
System Red Green Blue C M Y K H S L
Decimal 152 94 82 0 0.38 0.46 0.40 10.29 0.3 0.46
Hex 98 5E 52 0 26 2E 28 A 1E 2E
Octal 230 136 122 0 46 56 50 12 36 56
Binary 10011000 1011110 1010010 0 100110 101110 101000 1010 11110 101110

Color Harmonies of #985E52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985E52

Black with #985E52

Text Example


Text Example

White with #985E52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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