Shades of Bole #74453C
Tints of Bole #74453C
RGB
CMYK
RGB Variations
Color information
#74453C (or 0x74453C) is known color: Bole. HEX triplet: 74, 45 and 3C. RGB value is (116,69,60). Sum of RGB (Red+Green+Blue) = 116+69+60=245 (32% of max value = 765). Red value is 116 (45.70% from 255 or 47.35% from 245); Green value is 69 (27.34% from 255 or 28.16% from 245); Blue value is 60 (23.83% from 255 or 24.49% from 245); Max value from RGB is 116 - color contains mainly: red. Hex color #74453C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74453C is #8BBAC3. Grayscale: #525252. Windows color (decimal): -9157316 or 3949940. OLE color: 3949940.
HSL color Cylindrical-coordinate representation of color #74453C: hue angle of 9.64º degrees, saturation: 0.32, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #74453C is Cyan = 0, Magento = 0.41, Yellow = 0.48 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 69 | 60 | - |
| CMYK | 0 | 0.41 | 0.48 | 0.55 |
| HSL | 9.64º | 0.32% | 0.35% | - |
| HSV(B) | 9.64º | 0.48% | 0.45% | - |
| XYZ | 10.15 | 8.3 | 5.34 | - |
| YUV | 82.03 | 115.57 | 152.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 69 | 60 | 0 | 0.41 | 0.48 | 0.55 | 9.64 | 0.32 | 0.35 |
| Hex | 74 | 45 | 3C | 0 | 29 | 30 | 37 | A | 20 | 23 |
| Octal | 164 | 105 | 74 | 0 | 51 | 60 | 67 | 12 | 40 | 43 |
| Binary | 1110100 | 1000101 | 111100 | 0 | 101001 | 110000 | 110111 | 1010 | 100000 | 100011 |
Color Harmonies of #74453C
Complementary color
Monochromatic Colors of #74453C
Black with #74453C
Text Example
Text Example
White with #74453C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74453C; }
p { color: rgb(116,69,60); }
H1.HeaderClassName
{
color: #74453C;
}
.AnyTagClassName
{
color: #74453C;
}
</style>
background-color css
<style>
a { background-color: #74453C; }
a { background-color: rgb(116,69,60); }
div.DivClassName
{
background-color: #74453C;
}
.BgClassName
{
background-color: #74453C;
}
</style>
border-color css
<style>
span { border-color: #74453C; }
span { border-color: rgb(116,69,60); }
td.TdClassName
{
border-color: #74453C;
}
.TagClassName
{
border-color: #74453C;
}
</style>