#48362A

Color #48362A Dark Rum (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Rum #48362A

Tints of Dark Rum #48362A

Color information

#48362A (or 0x48362A) is unknown color: approx Dark Rum. HEX triplet: 48, 36 and 2A. RGB value is (72,54,42). Sum of RGB (Red+Green+Blue) = 72+54+42=168 (22% of max value = 765). Red value is 72 (28.52% from 255 or 42.86% from 168); Green value is 54 (21.48% from 255 or 32.14% from 168); Blue value is 42 (16.80% from 255 or 25% from 168); Max value from RGB is 72 - color contains mainly: red. Hex color #48362A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48362A is #B7C9D5. Grayscale: #3A3A3A. Windows color (decimal): -12044758 or 2766408. OLE color: 2766408.

HSL color Cylindrical-coordinate representation of color #48362A: hue angle of 24º degrees, saturation: 0.26, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #48362A is Cyan = 0, Magento = 0.25, Yellow = 0.42 and Black (K on CMYK) = 0.72.

Color convert

RGB725442-
CMYK00.250.420.72
HSL24º26.32%22.35%-
HSV(B)24º41.67%28.24%-
XYZ4.414.182.77-
YUV58.01118.96137.98-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 42.86%
GREEN value IS 54 (21.48% from 255) = 32.14%
BLUE value IS 42 (16.80% from 255) = 25%
R=42.86%
G=32.14%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.42
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72544200.250.420.722426.3222.35
Hex48362A0192A48181a16
Octal110665203152110303226
Binary10010001101101010100110011010101001000110001101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48362A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48362A; }

 p { color: rgb(72,54,42); }

 H1.HeaderClassName
 {
   color: #48362A;
 }
 .AnyTagClassName
 {
   color: #48362A;
 }
</style>
background-color css

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

 a { background-color: rgb(72,54,42); }

 div.DivClassName
 {
   background-color: #48362A;
 }
 .BgClassName
 {
   background-color: #48362A;
 }
</style>
border-color css

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

 span { border-color: rgb(72,54,42); }

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