Shades of Bull Shot #74432D
Tints of Bull Shot #74432D
RGB
CMYK
RGB Variations
Color information
#74432D (or 0x74432D) is known color: Bull Shot. HEX triplet: 74, 43 and 2D. RGB value is (116,67,45). Sum of RGB (Red+Green+Blue) = 116+67+45=228 (30% of max value = 765). Red value is 116 (45.70% from 255 or 50.88% from 228); Green value is 67 (26.56% from 255 or 29.39% from 228); Blue value is 45 (17.97% from 255 or 19.74% from 228); Max value from RGB is 116 - color contains mainly: red. Hex color #74432D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74432D is #8BBCD2. Grayscale: #4F4F4F. Windows color (decimal): -9157843 or 2966388. OLE color: 2966388.
HSL color Cylindrical-coordinate representation of color #74432D: hue angle of 18.59º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #74432D is Cyan = 0, Magento = 0.42, Yellow = 0.61 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 67 | 45 | - |
| CMYK | 0 | 0.42 | 0.61 | 0.55 |
| HSL | 18.59º | 0.44% | 0.32% | - |
| HSV(B) | 18.59º | 0.61% | 0.45% | - |
| XYZ | 9.68 | 7.92 | 3.5 | - |
| YUV | 79.14 | 108.73 | 154.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 67 | 45 | 0 | 0.42 | 0.61 | 0.55 | 18.59 | 0.44 | 0.32 |
| Hex | 74 | 43 | 2D | 0 | 2A | 3D | 37 | 13 | 2C | 20 |
| Octal | 164 | 103 | 55 | 0 | 52 | 75 | 67 | 23 | 54 | 40 |
| Binary | 1110100 | 1000011 | 101101 | 0 | 101010 | 111101 | 110111 | 10011 | 101100 | 100000 |
Color Harmonies of #74432D
Complementary color
Monochromatic Colors of #74432D
Black with #74432D
Text Example
Text Example
White with #74432D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74432D; }
p { color: rgb(116,67,45); }
H1.HeaderClassName
{
color: #74432D;
}
.AnyTagClassName
{
color: #74432D;
}
</style>
background-color css
<style>
a { background-color: #74432D; }
a { background-color: rgb(116,67,45); }
div.DivClassName
{
background-color: #74432D;
}
.BgClassName
{
background-color: #74432D;
}
</style>
border-color css
<style>
span { border-color: #74432D; }
span { border-color: rgb(116,67,45); }
td.TdClassName
{
border-color: #74432D;
}
.TagClassName
{
border-color: #74432D;
}
</style>