Shades of Japonica #D47452
Tints of Japonica #D47452
RGB
CMYK
RGB Variations
Color information
#D47452 (or 0xD47452) is known color: Japonica. HEX triplet: D4, 74 and 52. RGB value is (212,116,82). Sum of RGB (Red+Green+Blue) = 212+116+82=410 (54% of max value = 765). Red value is 212 (83.20% from 255 or 51.71% from 410); Green value is 116 (45.70% from 255 or 28.29% from 410); Blue value is 82 (32.42% from 255 or 20% from 410); Max value from RGB is 212 - color contains mainly: red. Hex color #D47452 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D47452 is #2B8BAD. Grayscale: #8D8D8D. Windows color (decimal): -2853806 or 5403860. OLE color: 5403860.
HSL color Cylindrical-coordinate representation of color #D47452: hue angle of 15.69º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D47452 is Cyan = 0, Magento = 0.45, Yellow = 0.61 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 116 | 82 | - |
| CMYK | 0 | 0.45 | 0.61 | 0.17 |
| HSL | 15.69º | 0.6% | 0.58% | - |
| HSV(B) | 15.69º | 0.61% | 0.83% | - |
| XYZ | 34.92 | 27.1 | 11.37 | - |
| YUV | 140.83 | 94.8 | 178.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 116 | 82 | 0 | 0.45 | 0.61 | 0.17 | 15.69 | 0.6 | 0.58 |
| Hex | D4 | 74 | 52 | 0 | 2D | 3D | 11 | 10 | 3C | 3A |
| Octal | 324 | 164 | 122 | 0 | 55 | 75 | 21 | 20 | 74 | 72 |
| Binary | 11010100 | 1110100 | 1010010 | 0 | 101101 | 111101 | 10001 | 10000 | 111100 | 111010 |
Color Harmonies of #D47452
Complementary color
Monochromatic Colors of #D47452
Black with #D47452
Text Example
Text Example
White with #D47452
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D47452; }
p { color: rgb(212,116,82); }
H1.HeaderClassName
{
color: #D47452;
}
.AnyTagClassName
{
color: #D47452;
}
</style>
background-color css
<style>
a { background-color: #D47452; }
a { background-color: rgb(212,116,82); }
div.DivClassName
{
background-color: #D47452;
}
.BgClassName
{
background-color: #D47452;
}
</style>
border-color css
<style>
span { border-color: #D47452; }
span { border-color: rgb(212,116,82); }
td.TdClassName
{
border-color: #D47452;
}
.TagClassName
{
border-color: #D47452;
}
</style>