Html Css Color HEX #48372B Dark Rum

📋 copy color: '#48372B'

red 72 ◦ green 55 ◦ blue 43

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

Shades of Dark Rum #48372B

Tints of Dark Rum #48372B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 25.29%

R = 42.35%
G = 32.35%
B = 25.29%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.40

 K value IS 0.72

RGB Variations

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

Color information

#48372B (or 0x48372B) is known color: Dark Rum. HEX triplet: 48, 37 and 2B. RGB value is (72,55,43). Sum of RGB (Red+Green+Blue) = 72+55+43=170 (22% of max value = 765). Red value is 72 (28.52% from 255 or 42.35% from 170); Green value is 55 (21.88% from 255 or 32.35% from 170); Blue value is 43 (17.19% from 255 or 25.29% from 170); Max value from RGB is 72 - color contains mainly: red. Hex color #48372B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48372B is #B7C8D4. Grayscale: #3A3A3A. Windows color (decimal): -12044501 or 2832200. OLE color: 2832200.

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

Color convert

RGB 72 55 43 -
CMYK 0 0.24 0.40 0.72
HSL 24.83º 0.25% 0.23% -
HSV(B) 24.83º 0.4% 0.28% -
XYZ 4.47 4.28 2.88 -
YUV 58.72 119.13 137.48 -
System Red Green Blue C M Y K H S L
Decimal 72 55 43 0 0.24 0.40 0.72 24.83 0.25 0.23
Hex 48 37 2B 0 18 28 48 19 19 17
Octal 110 67 53 0 30 50 110 31 31 27
Binary 1001000 110111 101011 0 11000 101000 1001000 11001 11001 10111

Color Harmonies of #48372B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48372B

Black with #48372B

Text Example


Text Example

White with #48372B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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