Html Css Color HEX #4A3427 Dark Rum

📋 copy color: '#4A3427'

red 74 ◦ green 52 ◦ blue 39

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

Shades of Dark Rum #4A3427

Tints of Dark Rum #4A3427

RGB

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

 GREEN value IS 52 (20.7% from 255) = 31.52%

 BLUE value IS 39 (15.63% from 255) = 23.64%

R = 44.85%
G = 31.52%
B = 23.64%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.47

 K value IS 0.71

RGB Variations

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

Color information

#4A3427 (or 0x4A3427) is known color: 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

RGB 74 52 39 -
CMYK 0 0.30 0.47 0.71
HSL 22.29º 0.31% 0.22% -
HSV(B) 22.29º 0.47% 0.29% -
XYZ 4.42 4.06 2.47 -
YUV 57.1 117.79 140.06 -
System Red Green Blue C M Y K H S L
Decimal 74 52 39 0 0.30 0.47 0.71 22.29 0.31 0.22
Hex 4A 34 27 0 1E 2F 47 16 1F 16
Octal 112 64 47 0 36 57 107 26 37 26
Binary 1001010 110100 100111 0 11110 101111 1000111 10110 11111 10110

Color Harmonies of #4A3427

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A3427

Black with #4A3427

Text Example


Text Example

White with #4A3427

Text Example


Text Example

HTML Codes & Css Web 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>