#44362C

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

Shades of Dark Rum #44362C

Tints of Dark Rum #44362C

Color information

#44362C (or 0x44362C) is unknown color: approx Dark Rum. HEX triplet: 44, 36 and 2C. RGB value is (68,54,44). Sum of RGB (Red+Green+Blue) = 68+54+44=166 (21% of max value = 765). Red value is 68 (26.95% from 255 or 40.96% from 166); Green value is 54 (21.48% from 255 or 32.53% from 166); Blue value is 44 (17.58% from 255 or 26.51% from 166); Max value from RGB is 68 - color contains mainly: red. Hex color #44362C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #44362C is #BBC9D3. Grayscale: #393939. Windows color (decimal): -12306900 or 2897476. OLE color: 2897476.

HSL color Cylindrical-coordinate representation of color #44362C: hue angle of 25º degrees, saturation: 0.21, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #44362C is Cyan = 0, Magento = 0.21, Yellow = 0.35 and Black (K on CMYK) = 0.73.

Color convert

RGB685444-
CMYK00.210.350.73
HSL25º21.43%21.96%-
HSV(B)25º35.29%26.67%-
XYZ4.164.052.95-
YUV57.05120.64135.81-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 40.96%
GREEN value IS 54 (21.48% from 255) = 32.53%
BLUE value IS 44 (17.58% from 255) = 26.51%
R=40.96%
G=32.53%
B=26.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.35
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68544400.210.350.732521.4321.96
Hex44362C0152349191516
Octal104665402543111312526
Binary10001001101101011000101011000111001001110011010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44362C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44362C; }

 p { color: rgb(68,54,44); }

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

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

 a { background-color: rgb(68,54,44); }

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

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

 span { border-color: rgb(68,54,44); }

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