Html Css Color HEX #975C4B Spicy Mix

📋 copy color: '#975C4B'

red 151 ◦ green 92 ◦ blue 75

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

Shades of Spicy Mix #975C4B

Tints of Spicy Mix #975C4B

RGB

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

 GREEN value IS 92 (36.33% from 255) = 28.93%

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

R = 47.48%
G = 28.93%
B = 23.58%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.50

 K value IS 0.41

RGB Variations

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

Color information

#975C4B (or 0x975C4B) is known color: Spicy Mix. HEX triplet: 97, 5C and 4B. RGB value is (151,92,75). Sum of RGB (Red+Green+Blue) = 151+92+75=318 (42% of max value = 765). Red value is 151 (59.38% from 255 or 47.48% from 318); Green value is 92 (36.33% from 255 or 28.93% from 318); Blue value is 75 (29.69% from 255 or 23.58% from 318); Max value from RGB is 151 - color contains mainly: red. Hex color #975C4B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #975C4B is #68A3B4. Grayscale: #6B6B6B. Windows color (decimal): -6857653 or 4938903. OLE color: 4938903.

HSL color Cylindrical-coordinate representation of color #975C4B: hue angle of 13.42º 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 #975C4B is Cyan = 0, Magento = 0.39, Yellow = 0.50 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 92 75 -
CMYK 0 0.39 0.50 0.41
HSL 13.42º 0.34% 0.44% -
HSV(B) 13.42º 0.5% 0.59% -
XYZ 17.86 14.74 8.56 -
YUV 107.7 109.55 158.88 -
System Red Green Blue C M Y K H S L
Decimal 151 92 75 0 0.39 0.50 0.41 13.42 0.34 0.44
Hex 97 5C 4B 0 27 32 29 D 22 2C
Octal 227 134 113 0 47 62 51 15 42 54
Binary 10010111 1011100 1001011 0 100111 110010 101001 1101 100010 101100

Color Harmonies of #975C4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975C4B

Black with #975C4B

Text Example


Text Example

White with #975C4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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