Shades of Bole #71453C
Tints of Bole #71453C
RGB
CMYK
RGB Variations
Color information
#71453C (or 0x71453C) is known color: Bole. HEX triplet: 71, 45 and 3C. RGB value is (113,69,60). Sum of RGB (Red+Green+Blue) = 113+69+60=242 (32% of max value = 765). Red value is 113 (44.53% from 255 or 46.69% from 242); Green value is 69 (27.34% from 255 or 28.51% from 242); Blue value is 60 (23.83% from 255 or 24.79% from 242); Max value from RGB is 113 - color contains mainly: red. Hex color #71453C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71453C is #8EBAC3. Grayscale: #515151. Windows color (decimal): -9353924 or 3949937. OLE color: 3949937.
HSL color Cylindrical-coordinate representation of color #71453C: hue angle of 10.19º degrees, saturation: 0.31, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #71453C is Cyan = 0, Magento = 0.39, Yellow = 0.47 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 69 | 60 | - |
| CMYK | 0 | 0.39 | 0.47 | 0.56 |
| HSL | 10.19º | 0.31% | 0.34% | - |
| HSV(B) | 10.19º | 0.47% | 0.44% | - |
| XYZ | 9.75 | 8.09 | 5.32 | - |
| YUV | 81.13 | 116.08 | 150.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 69 | 60 | 0 | 0.39 | 0.47 | 0.56 | 10.19 | 0.31 | 0.34 |
| Hex | 71 | 45 | 3C | 0 | 27 | 2F | 38 | A | 1F | 22 |
| Octal | 161 | 105 | 74 | 0 | 47 | 57 | 70 | 12 | 37 | 42 |
| Binary | 1110001 | 1000101 | 111100 | 0 | 100111 | 101111 | 111000 | 1010 | 11111 | 100010 |
Color Harmonies of #71453C
Complementary color
Monochromatic Colors of #71453C
Black with #71453C
Text Example
Text Example
White with #71453C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71453C; }
p { color: rgb(113,69,60); }
H1.HeaderClassName
{
color: #71453C;
}
.AnyTagClassName
{
color: #71453C;
}
</style>
background-color css
<style>
a { background-color: #71453C; }
a { background-color: rgb(113,69,60); }
div.DivClassName
{
background-color: #71453C;
}
.BgClassName
{
background-color: #71453C;
}
</style>
border-color css
<style>
span { border-color: #71453C; }
span { border-color: rgb(113,69,60); }
td.TdClassName
{
border-color: #71453C;
}
.TagClassName
{
border-color: #71453C;
}
</style>