#43352B

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

Shades of Dark Rum #43352B

Tints of Dark Rum #43352B

Color information

#43352B (or 0x43352B) is unknown color: approx Dark Rum. HEX triplet: 43, 35 and 2B. RGB value is (67,53,43). Sum of RGB (Red+Green+Blue) = 67+53+43=163 (21% of max value = 765). Red value is 67 (26.56% from 255 or 41.10% from 163); Green value is 53 (21.09% from 255 or 32.52% from 163); Blue value is 43 (17.19% from 255 or 26.38% from 163); Max value from RGB is 67 - color contains mainly: red. Hex color #43352B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #43352B is #BCCAD4. Grayscale: #383838. Windows color (decimal): -12372693 or 2831683. OLE color: 2831683.

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

Color convert

RGB675343-
CMYK00.210.360.74
HSL25º21.82%21.57%-
HSV(B)25º35.82%26.27%-
XYZ4.023.912.83-
YUV56.05120.64135.81-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 41.10%
GREEN value IS 53 (21.09% from 255) = 32.52%
BLUE value IS 43 (17.19% from 255) = 26.38%
R=41.10%
G=32.52%
B=26.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.36
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67534300.210.360.742521.8221.57
Hex43352B015244A191616
Octal103655302544112312626
Binary10000111101011010110101011001001001010110011011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43352B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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