Html Css Color HEX #48392E Dark Rum

📋 copy color: '#48392E'

red 72 ◦ green 57 ◦ blue 46

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

Shades of Dark Rum #48392E

Tints of Dark Rum #48392E

RGB

 RED value IS 72 (28.52% from 255) = 41.14%

 GREEN value IS 57 (22.66% from 255) = 32.57%

 BLUE value IS 46 (18.36% from 255) = 26.29%

R = 41.14%
G = 32.57%
B = 26.29%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.36

 K value IS 0.72

RGB Variations

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

Color information

#48392E (or 0x48392E) is known color: Dark Rum. HEX triplet: 48, 39 and 2E. RGB value is (72,57,46). Sum of RGB (Red+Green+Blue) = 72+57+46=175 (23% of max value = 765). Red value is 72 (28.52% from 255 or 41.14% from 175); Green value is 57 (22.66% from 255 or 32.57% from 175); Blue value is 46 (18.36% from 255 or 26.29% from 175); Max value from RGB is 72 - color contains mainly: red. Hex color #48392E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48392E is #B7C6D1. Grayscale: #3C3C3C. Windows color (decimal): -12043986 or 3029320. OLE color: 3029320.

HSL color Cylindrical-coordinate representation of color #48392E: hue angle of 25.38º degrees, saturation: 0.22, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #48392E is Cyan = 0, Magento = 0.21, Yellow = 0.36 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 57 46 -
CMYK 0 0.21 0.36 0.72
HSL 25.38º 0.22% 0.23% -
HSV(B) 25.38º 0.36% 0.28% -
XYZ 4.63 4.5 3.21 -
YUV 60.23 119.97 136.39 -
System Red Green Blue C M Y K H S L
Decimal 72 57 46 0 0.21 0.36 0.72 25.38 0.22 0.23
Hex 48 39 2E 0 15 24 48 19 16 17
Octal 110 71 56 0 25 44 110 31 26 27
Binary 1001000 111001 101110 0 10101 100100 1001000 11001 10110 10111

Color Harmonies of #48392E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48392E

Black with #48392E

Text Example


Text Example

White with #48392E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48392E; }

 p { color: rgb(72,57,46); }

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

background-color css

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

 a { background-color: rgb(72,57,46); }

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

border-color css

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

 span { border-color: rgb(72,57,46); }

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