#42352B

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

Shades of Dark Rum #42352B

Tints of Dark Rum #42352B

Color information

#42352B (or 0x42352B) is unknown color: approx Dark Rum. HEX triplet: 42, 35 and 2B. RGB value is (66,53,43). Sum of RGB (Red+Green+Blue) = 66+53+43=162 (21% of max value = 765). Red value is 66 (26.17% from 255 or 40.74% from 162); Green value is 53 (21.09% from 255 or 32.72% from 162); Blue value is 43 (17.19% from 255 or 26.54% from 162); Max value from RGB is 66 - color contains mainly: red. Hex color #42352B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42352B is #BDCAD4. Grayscale: #373737. Windows color (decimal): -12438229 or 2831682. OLE color: 2831682.

HSL color Cylindrical-coordinate representation of color #42352B: hue angle of 26.09º degrees, saturation: 0.21, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #42352B is Cyan = 0, Magento = 0.20, Yellow = 0.35 and Black (K on CMYK) = 0.74.

Color convert

RGB665343-
CMYK00.200.350.74
HSL26.09º21.1%21.37%-
HSV(B)26.09º34.85%25.88%-
XYZ3.963.882.83-
YUV55.75120.81135.31-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 40.74%
GREEN value IS 53 (21.09% from 255) = 32.72%
BLUE value IS 43 (17.19% from 255) = 26.54%
R=40.74%
G=32.72%
B=26.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.35
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66534300.200.350.7426.0921.121.37
Hex42352B014234A1a1515
Octal102655302443112322525
Binary10000101101011010110101001000111001010110101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42352B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,53,43); }

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

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

 a { background-color: rgb(66,53,43); }

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

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

 span { border-color: rgb(66,53,43); }

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