#4A372A

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

Shades of Dark Rum #4A372A

Tints of Dark Rum #4A372A

Color information

#4A372A (or 0x4A372A) is unknown color: approx Dark Rum. HEX triplet: 4A, 37 and 2A. RGB value is (74,55,42). Sum of RGB (Red+Green+Blue) = 74+55+42=171 (22% of max value = 765). Red value is 74 (29.30% from 255 or 43.27% from 171); Green value is 55 (21.88% from 255 or 32.16% from 171); Blue value is 42 (16.80% from 255 or 24.56% from 171); Max value from RGB is 74 - color contains mainly: red. Hex color #4A372A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A372A is #B5C8D5. Grayscale: #3B3B3B. Windows color (decimal): -11913430 or 2766666. OLE color: 2766666.

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

Color convert

RGB745542-
CMYK00.260.430.71
HSL24.37º27.59%22.75%-
HSV(B)24.37º43.24%29.02%-
XYZ4.614.362.79-
YUV59.2118.29138.56-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 43.27%
GREEN value IS 55 (21.88% from 255) = 32.16%
BLUE value IS 42 (16.80% from 255) = 24.56%
R=43.27%
G=32.16%
B=24.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.43
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal74554200.260.430.7124.3727.5922.75
Hex4A372A01A2B47181c17
Octal112675203253107303427
Binary10010101101111010100110101010111000111110001110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A372A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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