Shades of Bull Shot #75462D
Tints of Bull Shot #75462D
RGB
CMYK
RGB Variations
Color information
#75462D (or 0x75462D) is known color: Bull Shot. HEX triplet: 75, 46 and 2D. RGB value is (117,70,45). Sum of RGB (Red+Green+Blue) = 117+70+45=232 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50.43% from 232); Green value is 70 (27.73% from 255 or 30.17% from 232); Blue value is 45 (17.97% from 255 or 19.40% from 232); Max value from RGB is 117 - color contains mainly: red. Hex color #75462D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75462D is #8AB9D2. Grayscale: #515151. Windows color (decimal): -9091539 or 2967157. OLE color: 2967157.
HSL color Cylindrical-coordinate representation of color #75462D: hue angle of 20.83º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #75462D is Cyan = 0, Magento = 0.40, Yellow = 0.62 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 70 | 45 | - |
| CMYK | 0 | 0.40 | 0.62 | 0.54 |
| HSL | 20.83º | 0.44% | 0.32% | - |
| HSV(B) | 20.83º | 0.62% | 0.46% | - |
| XYZ | 10 | 8.35 | 3.57 | - |
| YUV | 81.2 | 107.57 | 153.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 70 | 45 | 0 | 0.40 | 0.62 | 0.54 | 20.83 | 0.44 | 0.32 |
| Hex | 75 | 46 | 2D | 0 | 28 | 3E | 36 | 15 | 2C | 20 |
| Octal | 165 | 106 | 55 | 0 | 50 | 76 | 66 | 25 | 54 | 40 |
| Binary | 1110101 | 1000110 | 101101 | 0 | 101000 | 111110 | 110110 | 10101 | 101100 | 100000 |
Color Harmonies of #75462D
Complementary color
Monochromatic Colors of #75462D
Black with #75462D
Text Example
Text Example
White with #75462D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75462D; }
p { color: rgb(117,70,45); }
H1.HeaderClassName
{
color: #75462D;
}
.AnyTagClassName
{
color: #75462D;
}
</style>
background-color css
<style>
a { background-color: #75462D; }
a { background-color: rgb(117,70,45); }
div.DivClassName
{
background-color: #75462D;
}
.BgClassName
{
background-color: #75462D;
}
</style>
border-color css
<style>
span { border-color: #75462D; }
span { border-color: rgb(117,70,45); }
td.TdClassName
{
border-color: #75462D;
}
.TagClassName
{
border-color: #75462D;
}
</style>