Shades of Bull Shot #74442A
Tints of Bull Shot #74442A
RGB
CMYK
RGB Variations
Color information
#74442A (or 0x74442A) is known color: Bull Shot. HEX triplet: 74, 44 and 2A. RGB value is (116,68,42). Sum of RGB (Red+Green+Blue) = 116+68+42=226 (29% of max value = 765). Red value is 116 (45.70% from 255 or 51.33% from 226); Green value is 68 (26.95% from 255 or 30.09% from 226); Blue value is 42 (16.80% from 255 or 18.58% from 226); Max value from RGB is 116 - color contains mainly: red. Hex color #74442A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74442A is #8BBBD5. Grayscale: #4F4F4F. Windows color (decimal): -9157590 or 2770036. OLE color: 2770036.
HSL color Cylindrical-coordinate representation of color #74442A: hue angle of 21.08º degrees, saturation: 0.47, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #74442A is Cyan = 0, Magento = 0.41, Yellow = 0.64 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 68 | 42 | - |
| CMYK | 0 | 0.41 | 0.64 | 0.55 |
| HSL | 21.08º | 0.47% | 0.31% | - |
| HSV(B) | 21.08º | 0.64% | 0.45% | - |
| XYZ | 9.69 | 8.01 | 3.23 | - |
| YUV | 79.39 | 106.9 | 154.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 68 | 42 | 0 | 0.41 | 0.64 | 0.55 | 21.08 | 0.47 | 0.31 |
| Hex | 74 | 44 | 2A | 0 | 29 | 40 | 37 | 15 | 2F | 1F |
| Octal | 164 | 104 | 52 | 0 | 51 | 100 | 67 | 25 | 57 | 37 |
| Binary | 1110100 | 1000100 | 101010 | 0 | 101001 | 1000000 | 110111 | 10101 | 101111 | 11111 |
Color Harmonies of #74442A
Complementary color
Monochromatic Colors of #74442A
Black with #74442A
Text Example
Text Example
White with #74442A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74442A; }
p { color: rgb(116,68,42); }
H1.HeaderClassName
{
color: #74442A;
}
.AnyTagClassName
{
color: #74442A;
}
</style>
background-color css
<style>
a { background-color: #74442A; }
a { background-color: rgb(116,68,42); }
div.DivClassName
{
background-color: #74442A;
}
.BgClassName
{
background-color: #74442A;
}
</style>
border-color css
<style>
span { border-color: #74442A; }
span { border-color: rgb(116,68,42); }
td.TdClassName
{
border-color: #74442A;
}
.TagClassName
{
border-color: #74442A;
}
</style>