Html Css Color HEX #493428 Dark Rum

📋 copy color: '#493428'

red 73 ◦ green 52 ◦ blue 40

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

Shades of Dark Rum #493428

Tints of Dark Rum #493428

RGB

 RED value IS 73 (28.91% from 255) = 44.24%

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

 BLUE value IS 40 (16.02% from 255) = 24.24%

R = 44.24%
G = 31.52%
B = 24.24%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.45

 K value IS 0.71

RGB Variations

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

Color information

#493428 (or 0x493428) is known color: Dark Rum. HEX triplet: 49, 34 and 28. RGB value is (73,52,40). Sum of RGB (Red+Green+Blue) = 73+52+40=165 (21% of max value = 765). Red value is 73 (28.91% from 255 or 44.24% from 165); Green value is 52 (20.70% from 255 or 31.52% from 165); Blue value is 40 (16.02% from 255 or 24.24% from 165); Max value from RGB is 73 - color contains mainly: red. Hex color #493428 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493428 is #B6CBD7. Grayscale: #383838. Windows color (decimal): -11979736 or 2634825. OLE color: 2634825.

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

Color convert

RGB 73 52 40 -
CMYK 0 0.29 0.45 0.71
HSL 21.82º 0.29% 0.22% -
HSV(B) 21.82º 0.45% 0.29% -
XYZ 4.36 4.03 2.55 -
YUV 56.91 118.46 139.48 -
System Red Green Blue C M Y K H S L
Decimal 73 52 40 0 0.29 0.45 0.71 21.82 0.29 0.22
Hex 49 34 28 0 1D 2D 47 16 1D 16
Octal 111 64 50 0 35 55 107 26 35 26
Binary 1001001 110100 101000 0 11101 101101 1000111 10110 11101 10110

Color Harmonies of #493428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493428

Black with #493428

Text Example


Text Example

White with #493428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493428; }

 p { color: rgb(73,52,40); }

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

background-color css

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

 a { background-color: rgb(73,52,40); }

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

border-color css

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

 span { border-color: rgb(73,52,40); }

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