Shades of Slugger #453226
Tints of Slugger #453226
RGB
CMYK
RGB Variations
Color information
#453226 (or 0x453226) is known color: Slugger. HEX triplet: 45, 32 and 26. RGB value is (69,50,38). Sum of RGB (Red+Green+Blue) = 69+50+38=157 (20% of max value = 765). Red value is 69 (27.34% from 255 or 43.95% from 157); Green value is 50 (19.92% from 255 or 31.85% from 157); Blue value is 38 (15.23% from 255 or 24.20% from 157); Max value from RGB is 69 - color contains mainly: red. Hex color #453226 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #453226 is #BACDD9. Grayscale: #363636. Windows color (decimal): -12242394 or 2503237. OLE color: 2503237.
HSL color Cylindrical-coordinate representation of color #453226: hue angle of 23.23º degrees, saturation: 0.29, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #453226 is Cyan = 0, Magento = 0.28, Yellow = 0.45 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 50 | 38 | - |
| CMYK | 0 | 0.28 | 0.45 | 0.73 |
| HSL | 23.23º | 0.29% | 0.21% | - |
| HSV(B) | 23.23º | 0.45% | 0.27% | - |
| XYZ | 3.94 | 3.69 | 2.34 | - |
| YUV | 54.31 | 118.79 | 138.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 50 | 38 | 0 | 0.28 | 0.45 | 0.73 | 23.23 | 0.29 | 0.21 |
| Hex | 45 | 32 | 26 | 0 | 1C | 2D | 49 | 17 | 1D | 15 |
| Octal | 105 | 62 | 46 | 0 | 34 | 55 | 111 | 27 | 35 | 25 |
| Binary | 1000101 | 110010 | 100110 | 0 | 11100 | 101101 | 1001001 | 10111 | 11101 | 10101 |
Color Harmonies of #453226
Complementary color
Monochromatic Colors of #453226
Black with #453226
Text Example
Text Example
White with #453226
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #453226; }
p { color: rgb(69,50,38); }
H1.HeaderClassName
{
color: #453226;
}
.AnyTagClassName
{
color: #453226;
}
</style>
background-color css
<style>
a { background-color: #453226; }
a { background-color: rgb(69,50,38); }
div.DivClassName
{
background-color: #453226;
}
.BgClassName
{
background-color: #453226;
}
</style>
border-color css
<style>
span { border-color: #453226; }
span { border-color: rgb(69,50,38); }
td.TdClassName
{
border-color: #453226;
}
.TagClassName
{
border-color: #453226;
}
</style>