#4B372A

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

Shades of Dark Rum #4B372A

Tints of Dark Rum #4B372A

Color information

#4B372A (or 0x4B372A) is unknown color: approx Dark Rum. HEX triplet: 4B, 37 and 2A. RGB value is (75,55,42). Sum of RGB (Red+Green+Blue) = 75+55+42=172 (22% of max value = 765). Red value is 75 (29.69% from 255 or 43.60% from 172); Green value is 55 (21.88% from 255 or 31.98% from 172); Blue value is 42 (16.80% from 255 or 24.42% from 172); Max value from RGB is 75 - color contains mainly: red. Hex color #4B372A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B372A is #B4C8D5. Grayscale: #3B3B3B. Windows color (decimal): -11847894 or 2766667. OLE color: 2766667.

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

Color convert

RGB755542-
CMYK00.270.440.71
HSL23.64º28.21%22.94%-
HSV(B)23.64º44%29.41%-
XYZ4.694.42.79-
YUV59.5118.13139.06-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 43.60%
GREEN value IS 55 (21.88% from 255) = 31.98%
BLUE value IS 42 (16.80% from 255) = 24.42%
R=43.60%
G=31.98%
B=24.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.44
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75554200.270.440.7123.6428.2122.94
Hex4B372A01B2C47181c17
Octal113675203354107303427
Binary10010111101111010100110111011001000111110001110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B372A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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