#525043

Color #525043 Merlin (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Merlin #525043

Tints of Merlin #525043

Color information

#525043 (or 0x525043) is unknown color: approx 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

RGB828067-
CMYK00.020.180.68
HSL52º10.07%29.22%-
HSV(B)52º18.29%32.16%-
XYZ7.367.946.45-
YUV79.12121.16130.06-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.18
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82806700.020.180.685210.0729.22
Hex52504302124434a1d
Octal1221201030222104641235
Binary101001010100001000011010100101000100110100101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525043

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>