#45382D

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

Shades of Dark Rum #45382D

Tints of Dark Rum #45382D

Color information

#45382D (or 0x45382D) is unknown color: approx Dark Rum. HEX triplet: 45, 38 and 2D. RGB value is (69,56,45). Sum of RGB (Red+Green+Blue) = 69+56+45=170 (22% of max value = 765). Red value is 69 (27.34% from 255 or 40.59% from 170); Green value is 56 (22.27% from 255 or 32.94% from 170); Blue value is 45 (17.97% from 255 or 26.47% from 170); Max value from RGB is 69 - color contains mainly: red. Hex color #45382D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #45382D is #BAC7D2. Grayscale: #3A3A3A. Windows color (decimal): -12240851 or 2963525. OLE color: 2963525.

HSL color Cylindrical-coordinate representation of color #45382D: hue angle of 27.5º 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 #45382D is Cyan = 0, Magento = 0.19, Yellow = 0.35 and Black (K on CMYK) = 0.73.

Color convert

RGB695645-
CMYK00.190.350.73
HSL27.5º21.05%22.35%-
HSV(B)27.5º34.78%27.06%-
XYZ4.344.283.08-
YUV58.63120.31135.39-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 40.59%
GREEN value IS 56 (22.27% from 255) = 32.94%
BLUE value IS 45 (17.97% from 255) = 26.47%
R=40.59%
G=32.94%
B=26.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.35
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69564500.190.350.7327.521.0522.35
Hex45382D01323491b1516
Octal105705502343111332526
Binary10001011110001011010100111000111001001110111010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45382D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,56,45); }

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

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

 a { background-color: rgb(69,56,45); }

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

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

 span { border-color: rgb(69,56,45); }

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