Shades of Slugger #433124
Tints of Slugger #433124
RGB
CMYK
RGB Variations
Color information
#433124 (or 0x433124) is known color: Slugger. HEX triplet: 43, 31 and 24. RGB value is (67,49,36). Sum of RGB (Red+Green+Blue) = 67+49+36=152 (20% of max value = 765). Red value is 67 (26.56% from 255 or 44.08% from 152); Green value is 49 (19.53% from 255 or 32.24% from 152); Blue value is 36 (14.45% from 255 or 23.68% from 152); Max value from RGB is 67 - color contains mainly: red. Hex color #433124 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #433124 is #BCCEDB. Grayscale: #343434. Windows color (decimal): -12373724 or 2371907. OLE color: 2371907.
HSL color Cylindrical-coordinate representation of color #433124: hue angle of 25.16º degrees, saturation: 0.3, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #433124 is Cyan = 0, Magento = 0.27, Yellow = 0.46 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 49 | 36 | - |
| CMYK | 0 | 0.27 | 0.46 | 0.74 |
| HSL | 25.16º | 0.3% | 0.2% | - |
| HSV(B) | 25.16º | 0.46% | 0.26% | - |
| XYZ | 3.73 | 3.52 | 2.15 | - |
| YUV | 52.9 | 118.46 | 138.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 49 | 36 | 0 | 0.27 | 0.46 | 0.74 | 25.16 | 0.3 | 0.2 |
| Hex | 43 | 31 | 24 | 0 | 1B | 2E | 4A | 19 | 1E | 14 |
| Octal | 103 | 61 | 44 | 0 | 33 | 56 | 112 | 31 | 36 | 24 |
| Binary | 1000011 | 110001 | 100100 | 0 | 11011 | 101110 | 1001010 | 11001 | 11110 | 10100 |
Color Harmonies of #433124
Complementary color
Monochromatic Colors of #433124
Black with #433124
Text Example
Text Example
White with #433124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #433124; }
p { color: rgb(67,49,36); }
H1.HeaderClassName
{
color: #433124;
}
.AnyTagClassName
{
color: #433124;
}
</style>
background-color css
<style>
a { background-color: #433124; }
a { background-color: rgb(67,49,36); }
div.DivClassName
{
background-color: #433124;
}
.BgClassName
{
background-color: #433124;
}
</style>
border-color css
<style>
span { border-color: #433124; }
span { border-color: rgb(67,49,36); }
td.TdClassName
{
border-color: #433124;
}
.TagClassName
{
border-color: #433124;
}
</style>