Html Css Color HEX #525140 Merlin

📋 copy color: '#525140'

red 82 ◦ green 81 ◦ blue 64

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

Shades of Merlin #525140

Tints of Merlin #525140

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 28.19%

R = 36.12%
G = 35.68%
B = 28.19%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.22

 K value IS 0.68

RGB Variations

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

Color information

#525140 (or 0x525140) is known color: Merlin. HEX triplet: 52, 51 and 40. RGB value is (82,81,64). Sum of RGB (Red+Green+Blue) = 82+81+64=227 (30% of max value = 765). Red value is 82 (32.42% from 255 or 36.12% from 227); Green value is 81 (32.03% from 255 or 35.68% from 227); Blue value is 64 (25.39% from 255 or 28.19% from 227); Max value from RGB is 82 - color contains mainly: red. Hex color #525140 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #525140 is #ADAEBF. Grayscale: #4F4F4F. Windows color (decimal): -11382464 or 4215122. OLE color: 4215122.

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

Color convert

RGB 82 81 64 -
CMYK 0 0.01 0.22 0.68
HSL 56.67º 0.12% 0.29% -
HSV(B) 56.67º 0.22% 0.32% -
XYZ 7.35 8.05 6.02 -
YUV 79.36 119.33 129.88 -
System Red Green Blue C M Y K H S L
Decimal 82 81 64 0 0.01 0.22 0.68 56.67 0.12 0.29
Hex 52 51 40 0 1 16 44 39 C 1D
Octal 122 121 100 0 1 26 104 71 14 35
Binary 1010010 1010001 1000000 0 1 10110 1000100 111001 1100 11101

Color Harmonies of #525140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525140

Black with #525140

Text Example


Text Example

White with #525140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #525140; }

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

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

background-color css

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

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

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

border-color css

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

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

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