Html Css Color HEX #525141 Merlin

📋 copy color: '#525141'

red 82 ◦ green 81 ◦ blue 65

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

Shades of Merlin #525141

Tints of Merlin #525141

RGB

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

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

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

R = 35.96%
G = 35.53%
B = 28.51%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.21

 K value IS 0.68

RGB Variations

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

Color information

#525141 (or 0x525141) is known color: Merlin. HEX triplet: 52, 51 and 41. RGB value is (82,81,65). Sum of RGB (Red+Green+Blue) = 82+81+65=228 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.96% from 228); Green value is 81 (32.03% from 255 or 35.53% from 228); Blue value is 65 (25.78% from 255 or 28.51% from 228); Max value from RGB is 82 - color contains mainly: red. Hex color #525141 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #525141 is #ADAEBE. Grayscale: #4F4F4F. Windows color (decimal): -11382463 or 4280658. OLE color: 4280658.

HSL color Cylindrical-coordinate representation of color #525141: hue angle of 56.47º 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 #525141 is Cyan = 0, Magento = 0.01, Yellow = 0.21 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 81 65 -
CMYK 0 0.01 0.21 0.68
HSL 56.47º 0.12% 0.29% -
HSV(B) 56.47º 0.21% 0.32% -
XYZ 7.38 8.06 6.17 -
YUV 79.48 119.83 129.8 -
System Red Green Blue C M Y K H S L
Decimal 82 81 65 0 0.01 0.21 0.68 56.47 0.12 0.29
Hex 52 51 41 0 1 15 44 38 C 1D
Octal 122 121 101 0 1 25 104 70 14 35
Binary 1010010 1010001 1000001 0 1 10101 1000100 111000 1100 11101

Color Harmonies of #525141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525141

Black with #525141

Text Example


Text Example

White with #525141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #525141; }

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

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

background-color css

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

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

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

border-color css

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

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

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