Html Css Color HEX #52513F Merlin

📋 copy color: '#52513F'

red 82 ◦ green 81 ◦ blue 63

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

Shades of Merlin #52513F

Tints of Merlin #52513F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 27.88%

R = 36.28%
G = 35.84%
B = 27.88%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.23

 K value IS 0.68

RGB Variations

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

Color information

#52513F (or 0x52513F) is known color: Merlin. HEX triplet: 52, 51 and 3F. RGB value is (82,81,63). Sum of RGB (Red+Green+Blue) = 82+81+63=226 (29% of max value = 765). Red value is 82 (32.42% from 255 or 36.28% from 226); Green value is 81 (32.03% from 255 or 35.84% from 226); Blue value is 63 (25% from 255 or 27.88% from 226); Max value from RGB is 82 - color contains mainly: red. Hex color #52513F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52513F is #ADAEC0. Grayscale: #4F4F4F. Windows color (decimal): -11382465 or 4149586. OLE color: 4149586.

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

Color convert

RGB 82 81 63 -
CMYK 0 0.01 0.23 0.68
HSL 56.84º 0.13% 0.28% -
HSV(B) 56.84º 0.23% 0.32% -
XYZ 7.32 8.04 5.87 -
YUV 79.25 118.83 129.96 -
System Red Green Blue C M Y K H S L
Decimal 82 81 63 0 0.01 0.23 0.68 56.84 0.13 0.28
Hex 52 51 3F 0 1 17 44 39 D 1C
Octal 122 121 77 0 1 27 104 71 15 34
Binary 1010010 1010001 111111 0 1 10111 1000100 111001 1101 11100

Color Harmonies of #52513F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52513F

Black with #52513F

Text Example


Text Example

White with #52513F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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