Html Css Color HEX #524F44 Merlin

📋 copy color: '#524F44'

red 82 ◦ green 79 ◦ blue 68

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

Shades of Merlin #524F44

Tints of Merlin #524F44

RGB

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

 GREEN value IS 79 (31.25% from 255) = 34.5%

 BLUE value IS 68 (26.95% from 255) = 29.69%

R = 35.81%
G = 34.5%
B = 29.69%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.17

 K value IS 0.68

RGB Variations

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

Color information

#524F44 (or 0x524F44) is known color: Merlin. HEX triplet: 52, 4F and 44. RGB value is (82,79,68). Sum of RGB (Red+Green+Blue) = 82+79+68=229 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.81% from 229); Green value is 79 (31.25% from 255 or 34.50% from 229); Blue value is 68 (26.95% from 255 or 29.69% from 229); Max value from RGB is 82 - color contains mainly: red. Hex color #524F44 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #524F44 is #ADB0BB. Grayscale: #4E4E4E. Windows color (decimal): -11382972 or 4476754. OLE color: 4476754.

HSL color Cylindrical-coordinate representation of color #524F44: hue angle of 47.14º degrees, saturation: 0.09, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #524F44 is Cyan = 0, Magento = 0.04, Yellow = 0.17 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 79 68 -
CMYK 0 0.04 0.17 0.68
HSL 47.14º 0.09% 0.29% -
HSV(B) 47.14º 0.17% 0.32% -
XYZ 7.32 7.8 6.59 -
YUV 78.64 121.99 130.39 -
System Red Green Blue C M Y K H S L
Decimal 82 79 68 0 0.04 0.17 0.68 47.14 0.09 0.29
Hex 52 4F 44 0 4 11 44 2F 9 1D
Octal 122 117 104 0 4 21 104 57 11 35
Binary 1010010 1001111 1000100 0 100 10001 1000100 101111 1001 11101

Color Harmonies of #524F44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524F44

Black with #524F44

Text Example


Text Example

White with #524F44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #524F44; }

 p { color: rgb(82,79,68); }

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

background-color css

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

 a { background-color: rgb(82,79,68); }

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

border-color css

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

 span { border-color: rgb(82,79,68); }

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