Html Css Color HEX #525043 Merlin

📋 copy color: '#525043'

red 82 ◦ green 80 ◦ blue 67

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

Shades of Merlin #525043

Tints of Merlin #525043

RGB

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

 GREEN value IS 80 (31.64% from 255) = 34.93%

 BLUE value IS 67 (26.56% from 255) = 29.26%

R = 35.81%
G = 34.93%
B = 29.26%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.18

 K value IS 0.68

RGB Variations

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

Color information

#525043 (or 0x525043) is known color: Merlin. HEX triplet: 52, 50 and 43. RGB value is (82,80,67). Sum of RGB (Red+Green+Blue) = 82+80+67=229 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.81% from 229); Green value is 80 (31.64% from 255 or 34.93% from 229); Blue value is 67 (26.56% from 255 or 29.26% from 229); Max value from RGB is 82 - color contains mainly: red. Hex color #525043 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #525043 is #ADAFBC. Grayscale: #4F4F4F. Windows color (decimal): -11382717 or 4411474. OLE color: 4411474.

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

Color convert

RGB 82 80 67 -
CMYK 0 0.02 0.18 0.68
HSL 52º 0.1% 0.29% -
HSV(B) 52º 0.18% 0.32% -
XYZ 7.36 7.94 6.45 -
YUV 79.12 121.16 130.06 -
System Red Green Blue C M Y K H S L
Decimal 82 80 67 0 0.02 0.18 0.68 52 0.1 0.29
Hex 52 50 43 0 2 12 44 34 A 1D
Octal 122 120 103 0 2 22 104 64 12 35
Binary 1010010 1010000 1000011 0 10 10010 1000100 110100 1010 11101

Color Harmonies of #525043

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525043

Black with #525043

Text Example


Text Example

White with #525043

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #525043; }

 p { color: rgb(82,80,67); }

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

background-color css

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

 a { background-color: rgb(82,80,67); }

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

border-color css

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

 span { border-color: rgb(82,80,67); }

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