Html Css Color HEX #524F42 Merlin

📋 copy color: '#524F42'

red 82 ◦ green 79 ◦ blue 66

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

Shades of Merlin #524F42

Tints of Merlin #524F42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 29.07%

R = 36.12%
G = 34.8%
B = 29.07%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.20

 K value IS 0.68

RGB Variations

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

Color information

#524F42 (or 0x524F42) is known color: Merlin. HEX triplet: 52, 4F and 42. RGB value is (82,79,66). Sum of RGB (Red+Green+Blue) = 82+79+66=227 (30% of max value = 765). Red value is 82 (32.42% from 255 or 36.12% from 227); Green value is 79 (31.25% from 255 or 34.80% from 227); Blue value is 66 (26.17% from 255 or 29.07% from 227); Max value from RGB is 82 - color contains mainly: red. Hex color #524F42 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #524F42 is #ADB0BD. Grayscale: #4E4E4E. Windows color (decimal): -11382974 or 4345682. OLE color: 4345682.

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

Color convert

RGB 82 79 66 -
CMYK 0 0.04 0.20 0.68
HSL 48.75º 0.11% 0.29% -
HSV(B) 48.75º 0.2% 0.32% -
XYZ 7.26 7.78 6.27 -
YUV 78.42 120.99 130.56 -
System Red Green Blue C M Y K H S L
Decimal 82 79 66 0 0.04 0.20 0.68 48.75 0.11 0.29
Hex 52 4F 42 0 4 14 44 31 B 1D
Octal 122 117 102 0 4 24 104 61 13 35
Binary 1010010 1001111 1000010 0 100 10100 1000100 110001 1011 11101

Color Harmonies of #524F42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524F42

Black with #524F42

Text Example


Text Example

White with #524F42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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