#453328

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

Shades of Slugger #453328

Tints of Slugger #453328

Color information

#453328 (or 0x453328) is unknown color: approx Slugger. HEX triplet: 45, 33 and 28. RGB value is (69,51,40). Sum of RGB (Red+Green+Blue) = 69+51+40=160 (21% of max value = 765). Red value is 69 (27.34% from 255 or 43.12% from 160); Green value is 51 (20.31% from 255 or 31.88% from 160); Blue value is 40 (16.02% from 255 or 25% from 160); Max value from RGB is 69 - color contains mainly: red. Hex color #453328 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #453328 is #BACCD7. Grayscale: #373737. Windows color (decimal): -12242136 or 2634565. OLE color: 2634565.

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

Color convert

RGB695140-
CMYK00.260.420.73
HSL22.76º26.61%21.37%-
HSV(B)22.76º42.03%27.06%-
XYZ4.023.792.53-
YUV55.13119.46137.89-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 43.12%
GREEN value IS 51 (20.31% from 255) = 31.88%
BLUE value IS 40 (16.02% from 255) = 25%
R=43.12%
G=31.88%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.42
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69514000.260.420.7322.7626.6121.37
Hex45332801A2A49171b15
Octal105635003252111273325
Binary10001011100111010000110101010101001001101111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #453328

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #453328; }

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

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

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

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

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

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

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

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