#43352A

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

Shades of Dark Rum #43352A

Tints of Dark Rum #43352A

Color information

#43352A (or 0x43352A) is unknown color: approx Dark Rum. HEX triplet: 43, 35 and 2A. RGB value is (67,53,42). Sum of RGB (Red+Green+Blue) = 67+53+42=162 (21% of max value = 765). Red value is 67 (26.56% from 255 or 41.36% from 162); Green value is 53 (21.09% from 255 or 32.72% from 162); Blue value is 42 (16.80% from 255 or 25.93% from 162); Max value from RGB is 67 - color contains mainly: red. Hex color #43352A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #43352A is #BCCAD5. Grayscale: #373737. Windows color (decimal): -12372694 or 2766147. OLE color: 2766147.

HSL color Cylindrical-coordinate representation of color #43352A: 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.37%. Process color model (Four color, CMYK) of #43352A is Cyan = 0, Magento = 0.21, Yellow = 0.37 and Black (K on CMYK) = 0.74.

Color convert

RGB675342-
CMYK00.210.370.74
HSL26.4º22.94%21.37%-
HSV(B)26.4º37.31%26.27%-
XYZ4.013.912.73-
YUV55.93120.14135.89-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 41.36%
GREEN value IS 53 (21.09% from 255) = 32.72%
BLUE value IS 42 (16.80% from 255) = 25.93%
R=41.36%
G=32.72%
B=25.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.37
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67534200.210.370.7426.422.9421.37
Hex43352A015254A1a1715
Octal103655202545112322725
Binary10000111101011010100101011001011001010110101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43352A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #43352A; }

 p { color: rgb(67,53,42); }

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

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

 a { background-color: rgb(67,53,42); }

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

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

 span { border-color: rgb(67,53,42); }

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