#4A382B

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

Shades of Dark Rum #4A382B

Tints of Dark Rum #4A382B

Color information

#4A382B (or 0x4A382B) is unknown color: approx Dark Rum. HEX triplet: 4A, 38 and 2B. RGB value is (74,56,43). Sum of RGB (Red+Green+Blue) = 74+56+43=173 (22% of max value = 765). Red value is 74 (29.30% from 255 or 42.77% from 173); Green value is 56 (22.27% from 255 or 32.37% from 173); Blue value is 43 (17.19% from 255 or 24.86% from 173); Max value from RGB is 74 - color contains mainly: red. Hex color #4A382B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A382B is #B5C7D4. Grayscale: #3B3B3B. Windows color (decimal): -11913173 or 2832458. OLE color: 2832458.

HSL color Cylindrical-coordinate representation of color #4A382B: 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.42%. Process color model (Four color, CMYK) of #4A382B is Cyan = 0, Magento = 0.24, Yellow = 0.42 and Black (K on CMYK) = 0.71.

Color convert

RGB745643-
CMYK00.240.420.71
HSL25.16º26.5%22.94%-
HSV(B)25.16º41.89%29.02%-
XYZ4.674.462.9-
YUV59.9118.46138.06-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 42.77%
GREEN value IS 56 (22.27% from 255) = 32.37%
BLUE value IS 43 (17.19% from 255) = 24.86%
R=42.77%
G=32.37%
B=24.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.42
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal74564300.240.420.7125.1626.522.94
Hex4A382B0182A47191a17
Octal112705303052107313227
Binary10010101110001010110110001010101000111110011101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A382B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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