#45372C

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

Shades of Dark Rum #45372C

Tints of Dark Rum #45372C

Color information

#45372C (or 0x45372C) is unknown color: approx Dark Rum. HEX triplet: 45, 37 and 2C. RGB value is (69,55,44). Sum of RGB (Red+Green+Blue) = 69+55+44=168 (22% of max value = 765). Red value is 69 (27.34% from 255 or 41.07% from 168); Green value is 55 (21.88% from 255 or 32.74% from 168); Blue value is 44 (17.58% from 255 or 26.19% from 168); Max value from RGB is 69 - color contains mainly: red. Hex color #45372C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #45372C is #BAC8D3. Grayscale: #393939. Windows color (decimal): -12241108 or 2897733. OLE color: 2897733.

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

Color convert

RGB695544-
CMYK00.200.360.73
HSL26.4º22.12%22.16%-
HSV(B)26.4º36.23%27.06%-
XYZ4.284.182.96-
YUV57.93120.14135.89-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 41.07%
GREEN value IS 55 (21.88% from 255) = 32.74%
BLUE value IS 44 (17.58% from 255) = 26.19%
R=41.07%
G=32.74%
B=26.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.36
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69554400.200.360.7326.422.1222.16
Hex45372C01424491a1616
Octal105675402444111322626
Binary10001011101111011000101001001001001001110101011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45372C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,55,44); }

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

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

 a { background-color: rgb(69,55,44); }

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

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

 span { border-color: rgb(69,55,44); }

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