Html Css Color HEX #575143 Masala

📋 copy color: '#575143'

red 87 ◦ green 81 ◦ blue 67

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

Shades of Masala #575143

Tints of Masala #575143

RGB

 RED value IS 87 (34.38% from 255) = 37.02%

 GREEN value IS 81 (32.03% from 255) = 34.47%

 BLUE value IS 67 (26.56% from 255) = 28.51%

R = 37.02%
G = 34.47%
B = 28.51%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.23

 K value IS 0.66

RGB Variations

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

Color information

#575143 (or 0x575143) is known color: Masala. HEX triplet: 57, 51 and 43. RGB value is (87,81,67). Sum of RGB (Red+Green+Blue) = 87+81+67=235 (31% of max value = 765). Red value is 87 (34.38% from 255 or 37.02% from 235); Green value is 81 (32.03% from 255 or 34.47% from 235); Blue value is 67 (26.56% from 255 or 28.51% from 235); Max value from RGB is 87 - color contains mainly: red. Hex color #575143 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #575143 is #A8AEBC. Grayscale: #515151. Windows color (decimal): -11054781 or 4411735. OLE color: 4411735.

HSL color Cylindrical-coordinate representation of color #575143: hue angle of 42º degrees, saturation: 0.13, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #575143 is Cyan = 0, Magento = 0.07, Yellow = 0.23 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 81 67 -
CMYK 0 0.07 0.23 0.66
HSL 42º 0.13% 0.3% -
HSV(B) 42º 0.23% 0.34% -
XYZ 7.89 8.32 6.5 -
YUV 81.2 119.99 132.14 -
System Red Green Blue C M Y K H S L
Decimal 87 81 67 0 0.07 0.23 0.66 42 0.13 0.3
Hex 57 51 43 0 7 17 42 2A D 1E
Octal 127 121 103 0 7 27 102 52 15 36
Binary 1010111 1010001 1000011 0 111 10111 1000010 101010 1101 11110

Color Harmonies of #575143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575143

Black with #575143

Text Example


Text Example

White with #575143

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #575143; }

 p { color: rgb(87,81,67); }

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

background-color css

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

 a { background-color: rgb(87,81,67); }

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

border-color css

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

 span { border-color: rgb(87,81,67); }

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