#45443F

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

Shades of Merlin #45443F

Tints of Merlin #45443F

Color information

#45443F (or 0x45443F) is unknown color: approx Merlin. HEX triplet: 45, 44 and 3F. RGB value is (69,68,63). Sum of RGB (Red+Green+Blue) = 69+68+63=200 (26% of max value = 765). Red value is 69 (27.34% from 255 or 34.5% from 200); Green value is 68 (26.95% from 255 or 34% from 200); Blue value is 63 (25% from 255 or 31.5% from 200); Max value from RGB is 69 - color contains mainly: red. Hex color #45443F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #45443F is #BABBC0. Grayscale: #434343. Windows color (decimal): -12237761 or 4146245. OLE color: 4146245.

HSL color Cylindrical-coordinate representation of color #45443F: hue angle of 50º degrees, saturation: 0.05, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #45443F is Cyan = 0, Magento = 0.01, Yellow = 0.09 and Black (K on CMYK) = 0.73.

Color convert

RGB696863-
CMYK00.010.090.73
HSL50º4.55%25.88%-
HSV(B)50º8.7%27.06%-
XYZ5.425.765.53-
YUV67.73125.33128.91-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 34.5%
GREEN value IS 68 (26.95% from 255) = 34%
BLUE value IS 63 (25% from 255) = 31.5%
R=34.5%
G=34%
B=31.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.09
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69686300.010.090.73504.5525.88
Hex45443F019493251a
Octal10510477011111162532
Binary10001011000100111111011001100100111001010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45443F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,68,63); }

 H1.HeaderClassName
 {
   color: #45443F;
 }
 .AnyTagClassName
 {
   color: #45443F;
 }
</style>
background-color css

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

 a { background-color: rgb(69,68,63); }

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

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

 span { border-color: rgb(69,68,63); }

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