#44362B

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

Shades of Dark Rum #44362B

Tints of Dark Rum #44362B

Color information

#44362B (or 0x44362B) is unknown color: approx Dark Rum. HEX triplet: 44, 36 and 2B. RGB value is (68,54,43). Sum of RGB (Red+Green+Blue) = 68+54+43=165 (21% of max value = 765). Red value is 68 (26.95% from 255 or 41.21% from 165); Green value is 54 (21.48% from 255 or 32.73% from 165); Blue value is 43 (17.19% from 255 or 26.06% from 165); Max value from RGB is 68 - color contains mainly: red. Hex color #44362B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #44362B is #BBC9D4. Grayscale: #383838. Windows color (decimal): -12306901 or 2831940. OLE color: 2831940.

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

Color convert

RGB685443-
CMYK00.210.370.73
HSL26.4º22.52%21.76%-
HSV(B)26.4º36.76%26.67%-
XYZ4.144.042.85-
YUV56.93120.14135.89-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 41.21%
GREEN value IS 54 (21.48% from 255) = 32.73%
BLUE value IS 43 (17.19% from 255) = 26.06%
R=41.21%
G=32.73%
B=26.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.37
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68544300.210.370.7326.422.5221.76
Hex44362B01525491a1716
Octal104665302545111322726
Binary10001001101101010110101011001011001001110101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44362B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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