#40372F

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

Shades of Dark Rum #40372F

Tints of Dark Rum #40372F

Color information

#40372F (or 0x40372F) is unknown color: approx Dark Rum. HEX triplet: 40, 37 and 2F. RGB value is (64,55,47). Sum of RGB (Red+Green+Blue) = 64+55+47=166 (21% of max value = 765). Red value is 64 (25.39% from 255 or 38.55% from 166); Green value is 55 (21.88% from 255 or 33.13% from 166); Blue value is 47 (18.75% from 255 or 28.31% from 166); Max value from RGB is 64 - color contains mainly: red. Hex color #40372F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40372F is #BFC8D0. Grayscale: #383838. Windows color (decimal): -12568785 or 3094336. OLE color: 3094336.

HSL color Cylindrical-coordinate representation of color #40372F: hue angle of 28.24º degrees, saturation: 0.15, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #40372F is Cyan = 0, Magento = 0.14, Yellow = 0.27 and Black (K on CMYK) = 0.75.

Color convert

RGB645547-
CMYK00.140.270.75
HSL28.24º15.32%21.76%-
HSV(B)28.24º26.56%25.1%-
XYZ3.994.033.26-
YUV56.78122.48133.15-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 38.55%
GREEN value IS 55 (21.88% from 255) = 33.13%
BLUE value IS 47 (18.75% from 255) = 28.31%
R=38.55%
G=33.13%
B=28.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.27
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64554700.140.270.7528.2415.3221.76
Hex40372F0E1B4B1cf16
Octal100675701633113341726
Binary10000001101111011110111011011100101111100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40372F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40372F; }

 p { color: rgb(64,55,47); }

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

<style>
 a { background-color: #40372F; }

 a { background-color: rgb(64,55,47); }

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

<style>
 span { border-color: #40372F; }

 span { border-color: rgb(64,55,47); }

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