#42362D

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

Shades of Dark Rum #42362D

Tints of Dark Rum #42362D

Color information

#42362D (or 0x42362D) is unknown color: approx Dark Rum. HEX triplet: 42, 36 and 2D. RGB value is (66,54,45). Sum of RGB (Red+Green+Blue) = 66+54+45=165 (21% of max value = 765). Red value is 66 (26.17% from 255 or 40% from 165); Green value is 54 (21.48% from 255 or 32.73% from 165); Blue value is 45 (17.97% from 255 or 27.27% from 165); Max value from RGB is 66 - color contains mainly: red. Hex color #42362D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42362D is #BDC9D2. Grayscale: #383838. Windows color (decimal): -12437971 or 2963010. OLE color: 2963010.

HSL color Cylindrical-coordinate representation of color #42362D: hue angle of 25.71º degrees, saturation: 0.19, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #42362D is Cyan = 0, Magento = 0.18, Yellow = 0.32 and Black (K on CMYK) = 0.74.

Color convert

RGB665445-
CMYK00.180.320.74
HSL25.71º18.92%21.76%-
HSV(B)25.71º31.82%25.88%-
XYZ4.043.993.04-
YUV56.56121.48134.73-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 40%
GREEN value IS 54 (21.48% from 255) = 32.73%
BLUE value IS 45 (17.97% from 255) = 27.27%
R=40%
G=32.73%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.32
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66544500.180.320.7425.7118.9221.76
Hex42362D012204A1a1316
Octal102665502240112322326
Binary10000101101101011010100101000001001010110101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42362D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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