#44372D

Color #44372D Dark Rum (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Rum #44372D

Tints of Dark Rum #44372D

Color information

#44372D (or 0x44372D) is unknown color: approx Dark Rum. HEX triplet: 44, 37 and 2D. RGB value is (68,55,45). Sum of RGB (Red+Green+Blue) = 68+55+45=168 (22% of max value = 765). Red value is 68 (26.95% from 255 or 40.48% from 168); Green value is 55 (21.88% from 255 or 32.74% from 168); Blue value is 45 (17.97% from 255 or 26.79% from 168); Max value from RGB is 68 - color contains mainly: red. Hex color #44372D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #44372D is #BBC8D2. Grayscale: #393939. Windows color (decimal): -12306643 or 2963268. OLE color: 2963268.

HSL color Cylindrical-coordinate representation of color #44372D: hue angle of 26.09º degrees, saturation: 0.2, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #44372D is Cyan = 0, Magento = 0.19, Yellow = 0.34 and Black (K on CMYK) = 0.73.

Color convert

RGB685545-
CMYK00.190.340.73
HSL26.09º20.35%22.16%-
HSV(B)26.09º33.82%26.67%-
XYZ4.224.153.06-
YUV57.75120.81135.31-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 40.48%
GREEN value IS 55 (21.88% from 255) = 32.74%
BLUE value IS 45 (17.97% from 255) = 26.79%
R=40.48%
G=32.74%
B=26.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.34
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68554500.190.340.7326.0920.3522.16
Hex44372D01322491a1416
Octal104675502342111322426
Binary10001001101111011010100111000101001001110101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44372D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44372D; }

 p { color: rgb(68,55,45); }

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

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

 a { background-color: rgb(68,55,45); }

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

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

 span { border-color: rgb(68,55,45); }

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