#44433F

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

Shades of Merlin #44433F

Tints of Merlin #44433F

Color information

#44433F (or 0x44433F) is unknown color: approx Merlin. HEX triplet: 44, 43 and 3F. RGB value is (68,67,63). Sum of RGB (Red+Green+Blue) = 68+67+63=198 (26% of max value = 765). Red value is 68 (26.95% from 255 or 34.34% from 198); Green value is 67 (26.56% from 255 or 33.84% from 198); Blue value is 63 (25% from 255 or 31.82% from 198); Max value from RGB is 68 - color contains mainly: red. Hex color #44433F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #44433F is #BBBCC0. Grayscale: #424242. Windows color (decimal): -12303553 or 4145988. OLE color: 4145988.

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

Color convert

RGB686763-
CMYK00.010.070.73
HSL48º3.82%25.69%-
HSV(B)48º7.35%26.67%-
XYZ5.295.65.51-
YUV66.84125.83128.83-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 34.34%
GREEN value IS 67 (26.56% from 255) = 33.84%
BLUE value IS 63 (25% from 255) = 31.82%
R=34.34%
G=33.84%
B=31.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.07
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68676300.010.070.73483.8225.69
Hex44433F017493041a
Octal1041037701711160432
Binary1000100100001111111101111100100111000010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44433F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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