#4E382B

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

Shades of Dark Rum #4E382B

Tints of Dark Rum #4E382B

Color information

#4E382B (or 0x4E382B) is unknown color: approx Dark Rum. HEX triplet: 4E, 38 and 2B. RGB value is (78,56,43). Sum of RGB (Red+Green+Blue) = 78+56+43=177 (23% of max value = 765). Red value is 78 (30.86% from 255 or 44.07% from 177); Green value is 56 (22.27% from 255 or 31.64% from 177); Blue value is 43 (17.19% from 255 or 24.29% from 177); Max value from RGB is 78 - color contains mainly: red. Hex color #4E382B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E382B is #B1C7D4. Grayscale: #3D3D3D. Windows color (decimal): -11651029 or 2832462. OLE color: 2832462.

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

Color convert

RGB785643-
CMYK00.280.450.69
HSL22.29º28.93%23.73%-
HSV(B)22.29º44.87%30.59%-
XYZ4.994.622.91-
YUV61.1117.79140.06-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 44.07%
GREEN value IS 56 (22.27% from 255) = 31.64%
BLUE value IS 43 (17.19% from 255) = 24.29%
R=44.07%
G=31.64%
B=24.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.45
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78564300.280.450.6922.2928.9323.73
Hex4E382B01C2D45161d18
Octal116705303455105263530
Binary10011101110001010110111001011011000101101101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E382B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,56,43); }

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

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

 a { background-color: rgb(78,56,43); }

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

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

 span { border-color: rgb(78,56,43); }

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