Html Css Color HEX #555046 Masala

📋 copy color: '#555046'

red 85 ◦ green 80 ◦ blue 70

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

Shades of Masala #555046

Tints of Masala #555046

RGB

 RED value IS 85 (33.59% from 255) = 36.17%

 GREEN value IS 80 (31.64% from 255) = 34.04%

 BLUE value IS 70 (27.73% from 255) = 29.79%

R = 36.17%
G = 34.04%
B = 29.79%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.18

 K value IS 0.67

RGB Variations

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

Color information

#555046 (or 0x555046) is known color: Masala. HEX triplet: 55, 50 and 46. RGB value is (85,80,70). Sum of RGB (Red+Green+Blue) = 85+80+70=235 (31% of max value = 765). Red value is 85 (33.59% from 255 or 36.17% from 235); Green value is 80 (31.64% from 255 or 34.04% from 235); Blue value is 70 (27.73% from 255 or 29.79% from 235); Max value from RGB is 85 - color contains mainly: red. Hex color #555046 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555046 is #AAAFB9. Grayscale: #505050. Windows color (decimal): -11186106 or 4608085. OLE color: 4608085.

HSL color Cylindrical-coordinate representation of color #555046: hue angle of 40º degrees, saturation: 0.1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #555046 is Cyan = 0, Magento = 0.06, Yellow = 0.18 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 80 70 -
CMYK 0 0.06 0.18 0.67
HSL 40º 0.1% 0.3% -
HSV(B) 40º 0.18% 0.33% -
XYZ 7.72 8.11 6.95 -
YUV 80.36 122.16 131.31 -
System Red Green Blue C M Y K H S L
Decimal 85 80 70 0 0.06 0.18 0.67 40 0.1 0.3
Hex 55 50 46 0 6 12 43 28 A 1E
Octal 125 120 106 0 6 22 103 50 12 36
Binary 1010101 1010000 1000110 0 110 10010 1000011 101000 1010 11110

Color Harmonies of #555046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555046

Black with #555046

Text Example


Text Example

White with #555046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #555046; }

 p { color: rgb(85,80,70); }

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

background-color css

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

 a { background-color: rgb(85,80,70); }

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

border-color css

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

 span { border-color: rgb(85,80,70); }

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