#4B392C

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

Shades of Dark Rum #4B392C

Tints of Dark Rum #4B392C

Color information

#4B392C (or 0x4B392C) is unknown color: approx Dark Rum. HEX triplet: 4B, 39 and 2C. RGB value is (75,57,44). Sum of RGB (Red+Green+Blue) = 75+57+44=176 (23% of max value = 765). Red value is 75 (29.69% from 255 or 42.61% from 176); Green value is 57 (22.66% from 255 or 32.39% from 176); Blue value is 44 (17.58% from 255 or 25% from 176); Max value from RGB is 75 - color contains mainly: red. Hex color #4B392C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B392C is #B4C6D3. Grayscale: #3C3C3C. Windows color (decimal): -11847380 or 2898251. OLE color: 2898251.

HSL color Cylindrical-coordinate representation of color #4B392C: hue angle of 25.16º degrees, saturation: 0.26, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #4B392C is Cyan = 0, Magento = 0.24, Yellow = 0.41 and Black (K on CMYK) = 0.71.

Color convert

RGB755744-
CMYK00.240.410.71
HSL25.16º26.05%23.33%-
HSV(B)25.16º41.33%29.41%-
XYZ4.824.63.02-
YUV60.9118.46138.06-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 42.61%
GREEN value IS 57 (22.66% from 255) = 32.39%
BLUE value IS 44 (17.58% from 255) = 25%
R=42.61%
G=32.39%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.41
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75574400.240.410.7125.1626.0523.33
Hex4B392C0182947191a17
Octal113715403051107313227
Binary10010111110011011000110001010011000111110011101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B392C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,57,44); }

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

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

 a { background-color: rgb(75,57,44); }

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

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

 span { border-color: rgb(75,57,44); }

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