Html Css Color HEX #976352 Au Chico

📋 copy color: '#976352'

red 151 ◦ green 99 ◦ blue 82

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

Shades of Au Chico #976352

Tints of Au Chico #976352

RGB

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

 GREEN value IS 99 (39.06% from 255) = 29.82%

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

R = 45.48%
G = 29.82%
B = 24.7%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.46

 K value IS 0.41

RGB Variations

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

Color information

#976352 (or 0x976352) is known color: Au Chico. HEX triplet: 97, 63 and 52. RGB value is (151,99,82). Sum of RGB (Red+Green+Blue) = 151+99+82=332 (43% of max value = 765). Red value is 151 (59.38% from 255 or 45.48% from 332); Green value is 99 (39.06% from 255 or 29.82% from 332); Blue value is 82 (32.42% from 255 or 24.70% from 332); Max value from RGB is 151 - color contains mainly: red. Hex color #976352 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #976352 is #689CAD. Grayscale: #707070. Windows color (decimal): -6855854 or 5399447. OLE color: 5399447.

HSL color Cylindrical-coordinate representation of color #976352: hue angle of 14.78º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #976352 is Cyan = 0, Magento = 0.34, Yellow = 0.46 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 99 82 -
CMYK 0 0.34 0.46 0.41
HSL 14.78º 0.3% 0.46% -
HSV(B) 14.78º 0.46% 0.59% -
XYZ 18.75 16.11 10.1 -
YUV 112.61 110.73 155.38 -
System Red Green Blue C M Y K H S L
Decimal 151 99 82 0 0.34 0.46 0.41 14.78 0.3 0.46
Hex 97 63 52 0 22 2E 29 F 1E 2E
Octal 227 143 122 0 42 56 51 17 36 56
Binary 10010111 1100011 1010010 0 100010 101110 101001 1111 11110 101110

Color Harmonies of #976352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976352

Black with #976352

Text Example


Text Example

White with #976352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #976352; }

 p { color: rgb(151,99,82); }

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

background-color css

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

 a { background-color: rgb(151,99,82); }

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

border-color css

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

 span { border-color: rgb(151,99,82); }

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