Html Css Color HEX #525041 Merlin

📋 copy color: '#525041'

red 82 ◦ green 80 ◦ blue 65

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

Shades of Merlin #525041

Tints of Merlin #525041

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 28.63%

R = 36.12%
G = 35.24%
B = 28.63%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.21

 K value IS 0.68

RGB Variations

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

Color information

#525041 (or 0x525041) is known color: Merlin. HEX triplet: 52, 50 and 41. RGB value is (82,80,65). Sum of RGB (Red+Green+Blue) = 82+80+65=227 (30% of max value = 765). Red value is 82 (32.42% from 255 or 36.12% from 227); Green value is 80 (31.64% from 255 or 35.24% from 227); Blue value is 65 (25.78% from 255 or 28.63% from 227); Max value from RGB is 82 - color contains mainly: red. Hex color #525041 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #525041 is #ADAFBE. Grayscale: #4E4E4E. Windows color (decimal): -11382719 or 4280402. OLE color: 4280402.

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

Color convert

RGB 82 80 65 -
CMYK 0 0.02 0.21 0.68
HSL 52.94º 0.12% 0.29% -
HSV(B) 52.94º 0.21% 0.32% -
XYZ 7.3 7.91 6.14 -
YUV 78.89 120.16 130.22 -
System Red Green Blue C M Y K H S L
Decimal 82 80 65 0 0.02 0.21 0.68 52.94 0.12 0.29
Hex 52 50 41 0 2 15 44 35 C 1D
Octal 122 120 101 0 2 25 104 65 14 35
Binary 1010010 1010000 1000001 0 10 10101 1000100 110101 1100 11101

Color Harmonies of #525041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525041

Black with #525041

Text Example


Text Example

White with #525041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #525041; }

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

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

background-color css

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

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

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

border-color css

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

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

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