#483428

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

Shades of Dark Rum #483428

Tints of Dark Rum #483428

Color information

#483428 (or 0x483428) is unknown color: approx Dark Rum. HEX triplet: 48, 34 and 28. RGB value is (72,52,40). Sum of RGB (Red+Green+Blue) = 72+52+40=164 (21% of max value = 765). Red value is 72 (28.52% from 255 or 43.90% from 164); Green value is 52 (20.70% from 255 or 31.71% from 164); Blue value is 40 (16.02% from 255 or 24.39% from 164); Max value from RGB is 72 - color contains mainly: red. Hex color #483428 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483428 is #B7CBD7. Grayscale: #383838. Windows color (decimal): -12045272 or 2634824. OLE color: 2634824.

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

Color convert

RGB725240-
CMYK00.280.440.72
HSL22.5º28.57%21.96%-
HSV(B)22.5º44.44%28.24%-
XYZ4.283.992.55-
YUV56.61118.63138.98-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 43.90%
GREEN value IS 52 (20.70% from 255) = 31.71%
BLUE value IS 40 (16.02% from 255) = 24.39%
R=43.90%
G=31.71%
B=24.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.44
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72524000.280.440.7222.528.5721.96
Hex48342801C2C48161d16
Octal110645003454110263526
Binary10010001101001010000111001011001001000101101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483428; }

 p { color: rgb(72,52,40); }

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

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

 a { background-color: rgb(72,52,40); }

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

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

 span { border-color: rgb(72,52,40); }

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