#4E372A

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

Shades of Dark Rum #4E372A

Tints of Dark Rum #4E372A

Color information

#4E372A (or 0x4E372A) is unknown color: approx Dark Rum. HEX triplet: 4E, 37 and 2A. RGB value is (78,55,42). Sum of RGB (Red+Green+Blue) = 78+55+42=175 (23% of max value = 765). Red value is 78 (30.86% from 255 or 44.57% from 175); Green value is 55 (21.88% from 255 or 31.43% from 175); Blue value is 42 (16.80% from 255 or 24% from 175); Max value from RGB is 78 - color contains mainly: red. Hex color #4E372A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E372A is #B1C8D5. Grayscale: #3C3C3C. Windows color (decimal): -11651286 or 2766670. OLE color: 2766670.

HSL color Cylindrical-coordinate representation of color #4E372A: hue angle of 21.67º degrees, saturation: 0.3, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #4E372A is Cyan = 0, Magento = 0.29, Yellow = 0.46 and Black (K on CMYK) = 0.69.

Color convert

RGB785542-
CMYK00.290.460.69
HSL21.67º30%23.53%-
HSV(B)21.67º46.15%30.59%-
XYZ4.934.522.8-
YUV60.4117.62140.56-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 44.57%
GREEN value IS 55 (21.88% from 255) = 31.43%
BLUE value IS 42 (16.80% from 255) = 24%
R=44.57%
G=31.43%
B=24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.46
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78554200.290.460.6921.673023.53
Hex4E372A01D2E45161e18
Octal116675203556105263630
Binary10011101101111010100111011011101000101101101111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E372A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4E372A; }

 p { color: rgb(78,55,42); }

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

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

 a { background-color: rgb(78,55,42); }

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

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

 span { border-color: rgb(78,55,42); }

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