#453228

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

Shades of Slugger #453228

Tints of Slugger #453228

Color information

#453228 (or 0x453228) is unknown color: approx Slugger. HEX triplet: 45, 32 and 28. RGB value is (69,50,40). Sum of RGB (Red+Green+Blue) = 69+50+40=159 (21% of max value = 765). Red value is 69 (27.34% from 255 or 43.40% from 159); Green value is 50 (19.92% from 255 or 31.45% from 159); Blue value is 40 (16.02% from 255 or 25.16% from 159); Max value from RGB is 69 - color contains mainly: red. Hex color #453228 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #453228 is #BACDD7. Grayscale: #363636. Windows color (decimal): -12242392 or 2634309. OLE color: 2634309.

HSL color Cylindrical-coordinate representation of color #453228: hue angle of 20.69º 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 #453228 is Cyan = 0, Magento = 0.28, Yellow = 0.42 and Black (K on CMYK) = 0.73.

Color convert

RGB695040-
CMYK00.280.420.73
HSL20.69º26.61%21.37%-
HSV(B)20.69º42.03%27.06%-
XYZ3.983.72.51-
YUV54.54119.79138.31-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 43.40%
GREEN value IS 50 (19.92% from 255) = 31.45%
BLUE value IS 40 (16.02% from 255) = 25.16%
R=43.40%
G=31.45%
B=25.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.42
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69504000.280.420.7320.6926.6121.37
Hex45322801C2A49151b15
Octal105625003452111253325
Binary10001011100101010000111001010101001001101011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #453228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #453228; }

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

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

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

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

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

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

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

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