Html Css Color HEX #525048 Merlin

📋 copy color: '#525048'

red 82 ◦ green 80 ◦ blue 72

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

Shades of Merlin #525048

Tints of Merlin #525048

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 30.77%

R = 35.04%
G = 34.19%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.12

 K value IS 0.68

RGB Variations

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

Color information

#525048 (or 0x525048) is known color: Merlin. HEX triplet: 52, 50 and 48. RGB value is (82,80,72). Sum of RGB (Red+Green+Blue) = 82+80+72=234 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.04% from 234); Green value is 80 (31.64% from 255 or 34.19% from 234); Blue value is 72 (28.52% from 255 or 30.77% from 234); Max value from RGB is 82 - color contains mainly: red. Hex color #525048 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #525048 is #ADAFB7. Grayscale: #4F4F4F. Windows color (decimal): -11382712 or 4739154. OLE color: 4739154.

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

Color convert

RGB 82 80 72 -
CMYK 0 0.02 0.12 0.68
HSL 48º 0.06% 0.3% -
HSV(B) 48º 0.12% 0.32% -
XYZ 7.52 8 7.28 -
YUV 79.69 123.66 129.65 -
System Red Green Blue C M Y K H S L
Decimal 82 80 72 0 0.02 0.12 0.68 48 0.06 0.3
Hex 52 50 48 0 2 C 44 30 6 1E
Octal 122 120 110 0 2 14 104 60 6 36
Binary 1010010 1010000 1001000 0 10 1100 1000100 110000 110 11110

Color Harmonies of #525048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525048

Black with #525048

Text Example


Text Example

White with #525048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #525048; }

 p { color: rgb(82,80,72); }

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

background-color css

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

 a { background-color: rgb(82,80,72); }

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

border-color css

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

 span { border-color: rgb(82,80,72); }

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