#453428

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

Shades of Dark Rum #453428

Tints of Dark Rum #453428

Color information

#453428 (or 0x453428) is unknown color: approx Dark Rum. HEX triplet: 45, 34 and 28. RGB value is (69,52,40). Sum of RGB (Red+Green+Blue) = 69+52+40=161 (21% of max value = 765). Red value is 69 (27.34% from 255 or 42.86% from 161); Green value is 52 (20.70% from 255 or 32.30% from 161); Blue value is 40 (16.02% from 255 or 24.84% from 161); Max value from RGB is 69 - color contains mainly: red. Hex color #453428 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #453428 is #BACBD7. Grayscale: #373737. Windows color (decimal): -12241880 or 2634821. OLE color: 2634821.

HSL color Cylindrical-coordinate representation of color #453428: hue angle of 24.83º degrees, saturation: 0.27, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #453428 is Cyan = 0, Magento = 0.25, Yellow = 0.42 and Black (K on CMYK) = 0.73.

Color convert

RGB695240-
CMYK00.250.420.73
HSL24.83º26.61%21.37%-
HSV(B)24.83º42.03%27.06%-
XYZ4.073.872.54-
YUV55.72119.13137.48-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 42.86%
GREEN value IS 52 (20.70% from 255) = 32.30%
BLUE value IS 40 (16.02% from 255) = 24.84%
R=42.86%
G=32.30%
B=24.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.42
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69524000.250.420.7324.8326.6121.37
Hex4534280192A49191b15
Octal105645003152111313325
Binary10001011101001010000110011010101001001110011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #453428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #453428; }

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

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

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

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

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

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

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

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