Html Css Color HEX #48372C Dark Rum

📋 copy color: '#48372C'

red 72 ◦ green 55 ◦ blue 44

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

Shades of Dark Rum #48372C

Tints of Dark Rum #48372C

RGB

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

 GREEN value IS 55 (21.88% from 255) = 32.16%

 BLUE value IS 44 (17.58% from 255) = 25.73%

R = 42.11%
G = 32.16%
B = 25.73%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.39

 K value IS 0.72

RGB Variations

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

Color information

#48372C (or 0x48372C) is known color: Dark Rum. HEX triplet: 48, 37 and 2C. RGB value is (72,55,44). Sum of RGB (Red+Green+Blue) = 72+55+44=171 (22% of max value = 765). Red value is 72 (28.52% from 255 or 42.11% from 171); Green value is 55 (21.88% from 255 or 32.16% from 171); Blue value is 44 (17.58% from 255 or 25.73% from 171); Max value from RGB is 72 - color contains mainly: red. Hex color #48372C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48372C is #B7C8D3. Grayscale: #3A3A3A. Windows color (decimal): -12044500 or 2897736. OLE color: 2897736.

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

Color convert

RGB 72 55 44 -
CMYK 0 0.24 0.39 0.72
HSL 23.57º 0.24% 0.23% -
HSV(B) 23.57º 0.39% 0.28% -
XYZ 4.49 4.29 2.97 -
YUV 58.83 119.63 137.39 -
System Red Green Blue C M Y K H S L
Decimal 72 55 44 0 0.24 0.39 0.72 23.57 0.24 0.23
Hex 48 37 2C 0 18 27 48 18 18 17
Octal 110 67 54 0 30 47 110 30 30 27
Binary 1001000 110111 101100 0 11000 100111 1001000 11000 11000 10111

Color Harmonies of #48372C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48372C

Black with #48372C

Text Example


Text Example

White with #48372C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48372C; }

 p { color: rgb(72,55,44); }

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

background-color css

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

 a { background-color: rgb(72,55,44); }

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

border-color css

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

 span { border-color: rgb(72,55,44); }

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