Html Css Color HEX #48392D Dark Rum

📋 copy color: '#48392D'

red 72 ◦ green 57 ◦ blue 45

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

Shades of Dark Rum #48392D

Tints of Dark Rum #48392D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 25.86%

R = 41.38%
G = 32.76%
B = 25.86%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.38

 K value IS 0.72

RGB Variations

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

Color information

#48392D (or 0x48392D) is known color: Dark Rum. HEX triplet: 48, 39 and 2D. RGB value is (72,57,45). Sum of RGB (Red+Green+Blue) = 72+57+45=174 (23% of max value = 765). Red value is 72 (28.52% from 255 or 41.38% from 174); Green value is 57 (22.66% from 255 or 32.76% from 174); Blue value is 45 (17.97% from 255 or 25.86% from 174); Max value from RGB is 72 - color contains mainly: red. Hex color #48392D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48392D is #B7C6D2. Grayscale: #3C3C3C. Windows color (decimal): -12043987 or 2963784. OLE color: 2963784.

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

Color convert

RGB 72 57 45 -
CMYK 0 0.21 0.38 0.72
HSL 26.67º 0.23% 0.23% -
HSV(B) 26.67º 0.38% 0.28% -
XYZ 4.61 4.49 3.11 -
YUV 60.12 119.47 136.48 -
System Red Green Blue C M Y K H S L
Decimal 72 57 45 0 0.21 0.38 0.72 26.67 0.23 0.23
Hex 48 39 2D 0 15 26 48 1B 17 17
Octal 110 71 55 0 25 46 110 33 27 27
Binary 1001000 111001 101101 0 10101 100110 1001000 11011 10111 10111

Color Harmonies of #48392D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48392D

Black with #48392D

Text Example


Text Example

White with #48392D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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