Html Css Color HEX #975E50 Au Chico

📋 copy color: '#975E50'

red 151 ◦ green 94 ◦ blue 80

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

Shades of Au Chico #975E50

Tints of Au Chico #975E50

RGB

 RED value IS 151 (59.38% from 255) = 46.46%

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

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

R = 46.46%
G = 28.92%
B = 24.62%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.47

 K value IS 0.41

RGB Variations

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

Color information

#975E50 (or 0x975E50) is known color: Au Chico. HEX triplet: 97, 5E and 50. RGB value is (151,94,80). Sum of RGB (Red+Green+Blue) = 151+94+80=325 (43% of max value = 765). Red value is 151 (59.38% from 255 or 46.46% from 325); Green value is 94 (37.11% from 255 or 28.92% from 325); Blue value is 80 (31.64% from 255 or 24.62% from 325); Max value from RGB is 151 - color contains mainly: red. Hex color #975E50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #975E50 is #68A1AF. Grayscale: #6D6D6D. Windows color (decimal): -6857136 or 5267095. OLE color: 5267095.

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

Color convert

RGB 151 94 80 -
CMYK 0 0.38 0.47 0.41
HSL 11.83º 0.31% 0.45% -
HSV(B) 11.83º 0.47% 0.59% -
XYZ 18.21 15.16 9.56 -
YUV 109.45 111.38 157.64 -
System Red Green Blue C M Y K H S L
Decimal 151 94 80 0 0.38 0.47 0.41 11.83 0.31 0.45
Hex 97 5E 50 0 26 2F 29 C 1F 2D
Octal 227 136 120 0 46 57 51 14 37 55
Binary 10010111 1011110 1010000 0 100110 101111 101001 1100 11111 101101

Color Harmonies of #975E50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975E50

Black with #975E50

Text Example


Text Example

White with #975E50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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