#45362B

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

Shades of Dark Rum #45362B

Tints of Dark Rum #45362B

Color information

#45362B (or 0x45362B) is unknown color: approx Dark Rum. HEX triplet: 45, 36 and 2B. RGB value is (69,54,43). Sum of RGB (Red+Green+Blue) = 69+54+43=166 (21% of max value = 765). Red value is 69 (27.34% from 255 or 41.57% from 166); Green value is 54 (21.48% from 255 or 32.53% from 166); Blue value is 43 (17.19% from 255 or 25.90% from 166); Max value from RGB is 69 - color contains mainly: red. Hex color #45362B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #45362B is #BAC9D4. Grayscale: #393939. Windows color (decimal): -12241365 or 2831941. OLE color: 2831941.

HSL color Cylindrical-coordinate representation of color #45362B: hue angle of 25.38º degrees, saturation: 0.23, 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 #45362B is Cyan = 0, Magento = 0.22, Yellow = 0.38 and Black (K on CMYK) = 0.73.

Color convert

RGB695443-
CMYK00.220.380.73
HSL25.38º23.21%21.96%-
HSV(B)25.38º37.68%27.06%-
XYZ4.214.082.85-
YUV57.23119.97136.39-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 41.57%
GREEN value IS 54 (21.48% from 255) = 32.53%
BLUE value IS 43 (17.19% from 255) = 25.90%
R=41.57%
G=32.53%
B=25.90%

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
Decimal69544300.220.380.7325.3823.2121.96
Hex45362B0162649191716
Octal105665302646111312726
Binary10001011101101010110101101001101001001110011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45362B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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