#4A3427

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

Shades of Dark Rum #4A3427

Tints of Dark Rum #4A3427

Color information

#4A3427 (or 0x4A3427) is unknown color: approx Dark Rum. HEX triplet: 4A, 34 and 27. RGB value is (74,52,39). Sum of RGB (Red+Green+Blue) = 74+52+39=165 (21% of max value = 765). Red value is 74 (29.30% from 255 or 44.85% from 165); Green value is 52 (20.70% from 255 or 31.52% from 165); Blue value is 39 (15.62% from 255 or 23.64% from 165); Max value from RGB is 74 - color contains mainly: red. Hex color #4A3427 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A3427 is #B5CBD8. Grayscale: #393939. Windows color (decimal): -11914201 or 2569290. OLE color: 2569290.

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

Color convert

RGB745239-
CMYK00.300.470.71
HSL22.29º30.97%22.16%-
HSV(B)22.29º47.3%29.02%-
XYZ4.424.062.47-
YUV57.1117.79140.06-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 44.85%
GREEN value IS 52 (20.70% from 255) = 31.52%
BLUE value IS 39 (15.62% from 255) = 23.64%
R=44.85%
G=31.52%
B=23.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.47
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal74523900.300.470.7122.2930.9722.16
Hex4A342701E2F47161f16
Octal112644703657107263726
Binary10010101101001001110111101011111000111101101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A3427

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,52,39); }

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

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

 a { background-color: rgb(74,52,39); }

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

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

 span { border-color: rgb(74,52,39); }

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