#423429

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

Shades of Dark Rum #423429

Tints of Dark Rum #423429

Color information

#423429 (or 0x423429) is unknown color: approx Dark Rum. HEX triplet: 42, 34 and 29. RGB value is (66,52,41). Sum of RGB (Red+Green+Blue) = 66+52+41=159 (21% of max value = 765). Red value is 66 (26.17% from 255 or 41.51% from 159); Green value is 52 (20.70% from 255 or 32.70% from 159); Blue value is 41 (16.41% from 255 or 25.79% from 159); Max value from RGB is 66 - color contains mainly: red. Hex color #423429 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #423429 is #BDCBD6. Grayscale: #363636. Windows color (decimal): -12438487 or 2700354. OLE color: 2700354.

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

Color convert

RGB665241-
CMYK00.210.380.74
HSL26.4º23.36%20.98%-
HSV(B)26.4º37.88%25.88%-
XYZ3.873.772.62-
YUV54.93120.14135.89-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 41.51%
GREEN value IS 52 (20.70% from 255) = 32.70%
BLUE value IS 41 (16.41% from 255) = 25.79%
R=41.51%
G=32.70%
B=25.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.38
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66524100.210.380.7426.423.3620.98
Hex423429015264A1a1715
Octal102645102546112322725
Binary10000101101001010010101011001101001010110101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423429

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #423429; }

 p { color: rgb(66,52,41); }

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

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

 a { background-color: rgb(66,52,41); }

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

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

 span { border-color: rgb(66,52,41); }

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