Html Css Color HEX #975F4B Spicy Mix

📋 copy color: '#975F4B'

red 151 ◦ green 95 ◦ blue 75

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

Shades of Spicy Mix #975F4B

Tints of Spicy Mix #975F4B

RGB

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

 GREEN value IS 95 (37.5% from 255) = 29.6%

 BLUE value IS 75 (29.69% from 255) = 23.36%

R = 47.04%
G = 29.6%
B = 23.36%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.50

 K value IS 0.41

RGB Variations

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

Color information

#975F4B (or 0x975F4B) is known color: Spicy Mix. HEX triplet: 97, 5F and 4B. RGB value is (151,95,75). Sum of RGB (Red+Green+Blue) = 151+95+75=321 (42% of max value = 765). Red value is 151 (59.38% from 255 or 47.04% from 321); Green value is 95 (37.5% from 255 or 29.60% from 321); Blue value is 75 (29.69% from 255 or 23.36% from 321); Max value from RGB is 151 - color contains mainly: red. Hex color #975F4B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #975F4B is #68A0B4. Grayscale: #6D6D6D. Windows color (decimal): -6856885 or 4939671. OLE color: 4939671.

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

Color convert

RGB 151 95 75 -
CMYK 0 0.37 0.50 0.41
HSL 15.79º 0.34% 0.44% -
HSV(B) 15.79º 0.5% 0.59% -
XYZ 18.12 15.27 8.65 -
YUV 109.46 108.55 157.63 -
System Red Green Blue C M Y K H S L
Decimal 151 95 75 0 0.37 0.50 0.41 15.79 0.34 0.44
Hex 97 5F 4B 0 25 32 29 10 22 2C
Octal 227 137 113 0 45 62 51 20 42 54
Binary 10010111 1011111 1001011 0 100101 110010 101001 10000 100010 101100

Color Harmonies of #975F4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975F4B

Black with #975F4B

Text Example


Text Example

White with #975F4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,95,75); }

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

background-color css

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

 a { background-color: rgb(151,95,75); }

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

border-color css

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

 span { border-color: rgb(151,95,75); }

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