Html Css Color HEX #975E4A Spicy Mix

📋 copy color: '#975E4A'

red 151 ◦ green 94 ◦ blue 74

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

Shades of Spicy Mix #975E4A

Tints of Spicy Mix #975E4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 23.2%

R = 47.34%
G = 29.47%
B = 23.2%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.51

 K value IS 0.41

RGB Variations

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

Color information

#975E4A (or 0x975E4A) is known color: Spicy Mix. HEX triplet: 97, 5E and 4A. RGB value is (151,94,74). Sum of RGB (Red+Green+Blue) = 151+94+74=319 (42% of max value = 765). Red value is 151 (59.38% from 255 or 47.34% from 319); Green value is 94 (37.11% from 255 or 29.47% from 319); Blue value is 74 (29.30% from 255 or 23.20% from 319); Max value from RGB is 151 - color contains mainly: red. Hex color #975E4A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #975E4A is #68A1B5. Grayscale: #6C6C6C. Windows color (decimal): -6857142 or 4873879. OLE color: 4873879.

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

Color convert

RGB 151 94 74 -
CMYK 0 0.38 0.51 0.41
HSL 15.58º 0.34% 0.44% -
HSV(B) 15.58º 0.51% 0.59% -
XYZ 18 15.08 8.44 -
YUV 108.76 108.38 158.13 -
System Red Green Blue C M Y K H S L
Decimal 151 94 74 0 0.38 0.51 0.41 15.58 0.34 0.44
Hex 97 5E 4A 0 26 33 29 10 22 2C
Octal 227 136 112 0 46 63 51 20 42 54
Binary 10010111 1011110 1001010 0 100110 110011 101001 10000 100010 101100

Color Harmonies of #975E4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975E4A

Black with #975E4A

Text Example


Text Example

White with #975E4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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