Html Css Color HEX #956052 Spicy Mix

📋 copy color: '#956052'

red 149 ◦ green 96 ◦ blue 82

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

Shades of Spicy Mix #956052

Tints of Spicy Mix #956052

RGB

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

 GREEN value IS 96 (37.89% from 255) = 29.36%

 BLUE value IS 82 (32.42% from 255) = 25.08%

R = 45.57%
G = 29.36%
B = 25.08%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.45

 K value IS 0.42

RGB Variations

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

Color information

#956052 (or 0x956052) is known color: Spicy Mix. HEX triplet: 95, 60 and 52. RGB value is (149,96,82). Sum of RGB (Red+Green+Blue) = 149+96+82=327 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.57% from 327); Green value is 96 (37.89% from 255 or 29.36% from 327); Blue value is 82 (32.42% from 255 or 25.08% from 327); Max value from RGB is 149 - color contains mainly: red. Hex color #956052 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #956052 is #6A9FAD. Grayscale: #6E6E6E. Windows color (decimal): -6987694 or 5398677. OLE color: 5398677.

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

Color convert

RGB 149 96 82 -
CMYK 0 0.36 0.45 0.42
HSL 12.54º 0.29% 0.45% -
HSV(B) 12.54º 0.45% 0.58% -
XYZ 18.1 15.36 9.99 -
YUV 110.25 112.06 155.64 -
System Red Green Blue C M Y K H S L
Decimal 149 96 82 0 0.36 0.45 0.42 12.54 0.29 0.45
Hex 95 60 52 0 24 2D 2A D 1D 2D
Octal 225 140 122 0 44 55 52 15 35 55
Binary 10010101 1100000 1010010 0 100100 101101 101010 1101 11101 101101

Color Harmonies of #956052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956052

Black with #956052

Text Example


Text Example

White with #956052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #956052; }

 p { color: rgb(149,96,82); }

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

background-color css

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

 a { background-color: rgb(149,96,82); }

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

border-color css

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

 span { border-color: rgb(149,96,82); }

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