Html Css Color HEX #4A3529 Dark Rum

📋 copy color: '#4A3529'

red 74 ◦ green 53 ◦ blue 41

#4A3529
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Rum #4A3529

Tints of Dark Rum #4A3529

RGB

 RED value IS 74 (29.3% from 255) = 44.05%

 GREEN value IS 53 (21.09% from 255) = 31.55%

 BLUE value IS 41 (16.41% from 255) = 24.4%

R = 44.05%
G = 31.55%
B = 24.4%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.45

 K value IS 0.71

RGB Variations

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

Color information

#4A3529 (or 0x4A3529) is known color: Dark Rum. HEX triplet: 4A, 35 and 29. RGB value is (74,53,41). Sum of RGB (Red+Green+Blue) = 74+53+41=168 (22% of max value = 765). Red value is 74 (29.30% from 255 or 44.05% from 168); Green value is 53 (21.09% from 255 or 31.55% from 168); Blue value is 41 (16.41% from 255 or 24.40% from 168); Max value from RGB is 74 - color contains mainly: red. Hex color #4A3529 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A3529 is #B5CAD6. Grayscale: #393939. Windows color (decimal): -11913943 or 2700618. OLE color: 2700618.

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

Color convert

RGB 74 53 41 -
CMYK 0 0.28 0.45 0.71
HSL 21.82º 0.29% 0.23% -
HSV(B) 21.82º 0.45% 0.29% -
XYZ 4.5 4.16 2.66 -
YUV 57.91 118.46 139.48 -
System Red Green Blue C M Y K H S L
Decimal 74 53 41 0 0.28 0.45 0.71 21.82 0.29 0.23
Hex 4A 35 29 0 1C 2D 47 16 1D 17
Octal 112 65 51 0 34 55 107 26 35 27
Binary 1001010 110101 101001 0 11100 101101 1000111 10110 11101 10111

Color Harmonies of #4A3529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A3529

Black with #4A3529

Text Example


Text Example

White with #4A3529

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,53,41); }

 H1.HeaderClassName
 {
   color: #4A3529;
 }
 .AnyTagClassName
 {
   color: #4A3529;
 }
</style>

background-color css

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

 a { background-color: rgb(74,53,41); }

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

border-color css

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

 span { border-color: rgb(74,53,41); }

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