Html Css Color HEX #955D4A Spicy Mix

📋 copy color: '#955D4A'

red 149 ◦ green 93 ◦ blue 74

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

Shades of Spicy Mix #955D4A

Tints of Spicy Mix #955D4A

RGB

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

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

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

R = 47.15%
G = 29.43%
B = 23.42%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.50

 K value IS 0.42

RGB Variations

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

Color information

#955D4A (or 0x955D4A) is known color: Spicy Mix. HEX triplet: 95, 5D and 4A. RGB value is (149,93,74). Sum of RGB (Red+Green+Blue) = 149+93+74=316 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.15% from 316); Green value is 93 (36.72% from 255 or 29.43% from 316); Blue value is 74 (29.30% from 255 or 23.42% from 316); Max value from RGB is 149 - color contains mainly: red. Hex color #955D4A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #955D4A is #6AA2B5. Grayscale: #6B6B6B. Windows color (decimal): -6988470 or 4873621. OLE color: 4873621.

HSL color Cylindrical-coordinate representation of color #955D4A: hue angle of 15.2º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #955D4A is Cyan = 0, Magento = 0.38, Yellow = 0.50 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 93 74 -
CMYK 0 0.38 0.50 0.42
HSL 15.2º 0.34% 0.44% -
HSV(B) 15.2º 0.5% 0.58% -
XYZ 17.54 14.71 8.39 -
YUV 107.58 109.05 157.54 -
System Red Green Blue C M Y K H S L
Decimal 149 93 74 0 0.38 0.50 0.42 15.2 0.34 0.44
Hex 95 5D 4A 0 26 32 2A F 22 2C
Octal 225 135 112 0 46 62 52 17 42 54
Binary 10010101 1011101 1001010 0 100110 110010 101010 1111 100010 101100

Color Harmonies of #955D4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955D4A

Black with #955D4A

Text Example


Text Example

White with #955D4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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