#44352A

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

Shades of Dark Rum #44352A

Tints of Dark Rum #44352A

Color information

#44352A (or 0x44352A) is unknown color: approx Dark Rum. HEX triplet: 44, 35 and 2A. RGB value is (68,53,42). Sum of RGB (Red+Green+Blue) = 68+53+42=163 (21% of max value = 765). Red value is 68 (26.95% from 255 or 41.72% from 163); Green value is 53 (21.09% from 255 or 32.52% from 163); Blue value is 42 (16.80% from 255 or 25.77% from 163); Max value from RGB is 68 - color contains mainly: red. Hex color #44352A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #44352A is #BBCAD5. Grayscale: #383838. Windows color (decimal): -12307158 or 2766148. OLE color: 2766148.

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

Color convert

RGB685342-
CMYK00.220.380.73
HSL25.38º23.64%21.57%-
HSV(B)25.38º38.24%26.67%-
XYZ4.073.942.74-
YUV56.23119.97136.39-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 41.72%
GREEN value IS 53 (21.09% from 255) = 32.52%
BLUE value IS 42 (16.80% from 255) = 25.77%
R=41.72%
G=32.52%
B=25.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.38
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68534200.220.380.7325.3823.6421.57
Hex44352A0162649191816
Octal104655202646111313026
Binary10001001101011010100101101001101001001110011100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44352A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44352A; }

 p { color: rgb(68,53,42); }

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

<style>
 a { background-color: #44352A; }

 a { background-color: rgb(68,53,42); }

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

<style>
 span { border-color: #44352A; }

 span { border-color: rgb(68,53,42); }

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