#41372E

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

Shades of Dark Rum #41372E

Tints of Dark Rum #41372E

Color information

#41372E (or 0x41372E) is unknown color: approx Dark Rum. HEX triplet: 41, 37 and 2E. RGB value is (65,55,46). Sum of RGB (Red+Green+Blue) = 65+55+46=166 (21% of max value = 765). Red value is 65 (25.78% from 255 or 39.16% from 166); Green value is 55 (21.88% from 255 or 33.13% from 166); Blue value is 46 (18.36% from 255 or 27.71% from 166); Max value from RGB is 65 - color contains mainly: red. Hex color #41372E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41372E is #BEC8D1. Grayscale: #393939. Windows color (decimal): -12503250 or 3028801. OLE color: 3028801.

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

Color convert

RGB655546-
CMYK00.150.290.75
HSL28.42º17.12%21.76%-
HSV(B)28.42º29.23%25.49%-
XYZ4.044.053.15-
YUV56.96121.81133.73-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 39.16%
GREEN value IS 55 (21.88% from 255) = 33.13%
BLUE value IS 46 (18.36% from 255) = 27.71%
R=39.16%
G=33.13%
B=27.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.29
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65554600.150.290.7528.4217.1221.76
Hex41372E0F1D4B1c1116
Octal101675601735113342126
Binary100000111011110111001111111011001011111001000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41372E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41372E; }

 p { color: rgb(65,55,46); }

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

<style>
 a { background-color: #41372E; }

 a { background-color: rgb(65,55,46); }

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

<style>
 span { border-color: #41372E; }

 span { border-color: rgb(65,55,46); }

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