Shades of Bull Shot #74442B
Tints of Bull Shot #74442B
RGB
CMYK
RGB Variations
Color information
#74442B (or 0x74442B) is known color: Bull Shot. HEX triplet: 74, 44 and 2B. RGB value is (116,68,43). Sum of RGB (Red+Green+Blue) = 116+68+43=227 (30% of max value = 765). Red value is 116 (45.70% from 255 or 51.10% from 227); Green value is 68 (26.95% from 255 or 29.96% from 227); Blue value is 43 (17.19% from 255 or 18.94% from 227); Max value from RGB is 116 - color contains mainly: red. Hex color #74442B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74442B is #8BBBD4. Grayscale: #4F4F4F. Windows color (decimal): -9157589 or 2835572. OLE color: 2835572.
HSL color Cylindrical-coordinate representation of color #74442B: hue angle of 20.55º degrees, saturation: 0.46, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #74442B is Cyan = 0, Magento = 0.41, Yellow = 0.63 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 68 | 43 | - |
| CMYK | 0 | 0.41 | 0.63 | 0.55 |
| HSL | 20.55º | 0.46% | 0.31% | - |
| HSV(B) | 20.55º | 0.63% | 0.45% | - |
| XYZ | 9.71 | 8.02 | 3.32 | - |
| YUV | 79.5 | 107.4 | 154.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 68 | 43 | 0 | 0.41 | 0.63 | 0.55 | 20.55 | 0.46 | 0.31 |
| Hex | 74 | 44 | 2B | 0 | 29 | 3F | 37 | 15 | 2E | 1F |
| Octal | 164 | 104 | 53 | 0 | 51 | 77 | 67 | 25 | 56 | 37 |
| Binary | 1110100 | 1000100 | 101011 | 0 | 101001 | 111111 | 110111 | 10101 | 101110 | 11111 |
Color Harmonies of #74442B
Complementary color
Monochromatic Colors of #74442B
Black with #74442B
Text Example
Text Example
White with #74442B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74442B; }
p { color: rgb(116,68,43); }
H1.HeaderClassName
{
color: #74442B;
}
.AnyTagClassName
{
color: #74442B;
}
</style>
background-color css
<style>
a { background-color: #74442B; }
a { background-color: rgb(116,68,43); }
div.DivClassName
{
background-color: #74442B;
}
.BgClassName
{
background-color: #74442B;
}
</style>
border-color css
<style>
span { border-color: #74442B; }
span { border-color: rgb(116,68,43); }
td.TdClassName
{
border-color: #74442B;
}
.TagClassName
{
border-color: #74442B;
}
</style>