#41362D

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

Shades of Dark Rum #41362D

Tints of Dark Rum #41362D

Color information

#41362D (or 0x41362D) is unknown color: approx Dark Rum. HEX triplet: 41, 36 and 2D. RGB value is (65,54,45). Sum of RGB (Red+Green+Blue) = 65+54+45=164 (21% of max value = 765). Red value is 65 (25.78% from 255 or 39.63% from 164); Green value is 54 (21.48% from 255 or 32.93% from 164); Blue value is 45 (17.97% from 255 or 27.44% from 164); Max value from RGB is 65 - color contains mainly: red. Hex color #41362D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41362D is #BEC9D2. Grayscale: #383838. Windows color (decimal): -12503507 or 2963009. OLE color: 2963009.

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

Color convert

RGB655445-
CMYK00.170.310.75
HSL27º18.18%21.57%-
HSV(B)27º30.77%25.49%-
XYZ3.973.953.04-
YUV56.26121.64134.23-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 39.63%
GREEN value IS 54 (21.48% from 255) = 32.93%
BLUE value IS 45 (17.97% from 255) = 27.44%
R=39.63%
G=32.93%
B=27.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.31
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65544500.170.310.752718.1821.57
Hex41362D0111F4B1b1216
Octal101665502137113332226
Binary1000001110110101101010001111111001011110111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41362D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,54,45); }

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

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

 a { background-color: rgb(65,54,45); }

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

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

 span { border-color: rgb(65,54,45); }

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