#43362B

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

Shades of Dark Rum #43362B

Tints of Dark Rum #43362B

Color information

#43362B (or 0x43362B) is unknown color: approx Dark Rum. HEX triplet: 43, 36 and 2B. RGB value is (67,54,43). Sum of RGB (Red+Green+Blue) = 67+54+43=164 (21% of max value = 765). Red value is 67 (26.56% from 255 or 40.85% from 164); Green value is 54 (21.48% from 255 or 32.93% from 164); Blue value is 43 (17.19% from 255 or 26.22% from 164); Max value from RGB is 67 - color contains mainly: red. Hex color #43362B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #43362B is #BCC9D4. Grayscale: #383838. Windows color (decimal): -12372437 or 2831939. OLE color: 2831939.

HSL color Cylindrical-coordinate representation of color #43362B: hue angle of 27.5º 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 #43362B is Cyan = 0, Magento = 0.19, Yellow = 0.36 and Black (K on CMYK) = 0.74.

Color convert

RGB675443-
CMYK00.190.360.74
HSL27.5º21.82%21.57%-
HSV(B)27.5º35.82%26.27%-
XYZ4.074.012.84-
YUV56.63120.31135.39-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 40.85%
GREEN value IS 54 (21.48% from 255) = 32.93%
BLUE value IS 43 (17.19% from 255) = 26.22%
R=40.85%
G=32.93%
B=26.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.36
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67544300.190.360.7427.521.8221.57
Hex43362B013244A1b1616
Octal103665302344112332626
Binary10000111101101010110100111001001001010110111011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43362B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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