Html Css Color HEX #955D4F Spicy Mix

📋 copy color: '#955D4F'

red 149 ◦ green 93 ◦ blue 79

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

Shades of Spicy Mix #955D4F

Tints of Spicy Mix #955D4F

RGB

 RED value IS 149 (58.59% from 255) = 46.42%

 GREEN value IS 93 (36.72% from 255) = 28.97%

 BLUE value IS 79 (31.25% from 255) = 24.61%

R = 46.42%
G = 28.97%
B = 24.61%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.47

 K value IS 0.42

RGB Variations

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

Color information

#955D4F (or 0x955D4F) is known color: Spicy Mix. HEX triplet: 95, 5D and 4F. RGB value is (149,93,79). Sum of RGB (Red+Green+Blue) = 149+93+79=321 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.42% from 321); Green value is 93 (36.72% from 255 or 28.97% from 321); Blue value is 79 (31.25% from 255 or 24.61% from 321); Max value from RGB is 149 - color contains mainly: red. Hex color #955D4F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955D4F is #6AA2B0. Grayscale: #6C6C6C. Windows color (decimal): -6988465 or 5201301. OLE color: 5201301.

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

Color convert

RGB 149 93 79 -
CMYK 0 0.38 0.47 0.42
HSL 12º 0.31% 0.45% -
HSV(B) 12º 0.47% 0.58% -
XYZ 17.72 14.78 9.32 -
YUV 108.15 111.55 157.14 -
System Red Green Blue C M Y K H S L
Decimal 149 93 79 0 0.38 0.47 0.42 12 0.31 0.45
Hex 95 5D 4F 0 26 2F 2A C 1F 2D
Octal 225 135 117 0 46 57 52 14 37 55
Binary 10010101 1011101 1001111 0 100110 101111 101010 1100 11111 101101

Color Harmonies of #955D4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955D4F

Black with #955D4F

Text Example


Text Example

White with #955D4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #955D4F; }

 p { color: rgb(149,93,79); }

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

background-color css

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

 a { background-color: rgb(149,93,79); }

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

border-color css

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

 span { border-color: rgb(149,93,79); }

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