Html Css Color HEX #52514F Masala

📋 copy color: '#52514F'

red 82 ◦ green 81 ◦ blue 79

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

Shades of Masala #52514F

Tints of Masala #52514F

RGB

 RED value IS 82 (32.42% from 255) = 33.88%

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

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

R = 33.88%
G = 33.47%
B = 32.64%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.04

 K value IS 0.68

RGB Variations

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

Color information

#52514F (or 0x52514F) is known color: Masala. HEX triplet: 52, 51 and 4F. RGB value is (82,81,79). Sum of RGB (Red+Green+Blue) = 82+81+79=242 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.88% from 242); Green value is 81 (32.03% from 255 or 33.47% from 242); Blue value is 79 (31.25% from 255 or 32.64% from 242); Max value from RGB is 82 - color contains mainly: red. Hex color #52514F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52514F is #ADAEB0. Grayscale: #515151. Windows color (decimal): -11382449 or 5198162. OLE color: 5198162.

HSL color Cylindrical-coordinate representation of color #52514F: hue angle of 40º degrees, saturation: 0.02, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #52514F is Cyan = 0, Magento = 0.01, Yellow = 0.04 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 81 79 -
CMYK 0 0.01 0.04 0.68
HSL 40º 0.02% 0.32% -
HSV(B) 40º 0.04% 0.32% -
XYZ 7.83 8.24 8.58 -
YUV 81.07 126.83 128.66 -
System Red Green Blue C M Y K H S L
Decimal 82 81 79 0 0.01 0.04 0.68 40 0.02 0.32
Hex 52 51 4F 0 1 4 44 28 2 20
Octal 122 121 117 0 1 4 104 50 2 40
Binary 1010010 1010001 1001111 0 1 100 1000100 101000 10 100000

Color Harmonies of #52514F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52514F

Black with #52514F

Text Example


Text Example

White with #52514F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52514F; }

 p { color: rgb(82,81,79); }

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

background-color css

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

 a { background-color: rgb(82,81,79); }

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

border-color css

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

 span { border-color: rgb(82,81,79); }

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