Shades of Japonica #D07352
Tints of Japonica #D07352
RGB
CMYK
RGB Variations
Color information
#D07352 (or 0xD07352) is known color: Japonica. HEX triplet: D0, 73 and 52. RGB value is (208,115,82). Sum of RGB (Red+Green+Blue) = 208+115+82=405 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.36% from 405); Green value is 115 (45.31% from 255 or 28.40% from 405); Blue value is 82 (32.42% from 255 or 20.25% from 405); Max value from RGB is 208 - color contains mainly: red. Hex color #D07352 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D07352 is #2F8CAD. Grayscale: #8B8B8B. Windows color (decimal): -3116206 or 5403600. OLE color: 5403600.
HSL color Cylindrical-coordinate representation of color #D07352: hue angle of 15.71º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D07352 is Cyan = 0, Magento = 0.45, Yellow = 0.61 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 115 | 82 | - |
| CMYK | 0 | 0.45 | 0.61 | 0.18 |
| HSL | 15.71º | 0.57% | 0.57% | - |
| HSV(B) | 15.71º | 0.61% | 0.82% | - |
| XYZ | 33.67 | 26.28 | 11.28 | - |
| YUV | 139.05 | 95.81 | 177.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 115 | 82 | 0 | 0.45 | 0.61 | 0.18 | 15.71 | 0.57 | 0.57 |
| Hex | D0 | 73 | 52 | 0 | 2D | 3D | 12 | 10 | 39 | 39 |
| Octal | 320 | 163 | 122 | 0 | 55 | 75 | 22 | 20 | 71 | 71 |
| Binary | 11010000 | 1110011 | 1010010 | 0 | 101101 | 111101 | 10010 | 10000 | 111001 | 111001 |
Color Harmonies of #D07352
Complementary color
Monochromatic Colors of #D07352
Black with #D07352
Text Example
Text Example
White with #D07352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07352; }
p { color: rgb(208,115,82); }
H1.HeaderClassName
{
color: #D07352;
}
.AnyTagClassName
{
color: #D07352;
}
</style>
background-color css
<style>
a { background-color: #D07352; }
a { background-color: rgb(208,115,82); }
div.DivClassName
{
background-color: #D07352;
}
.BgClassName
{
background-color: #D07352;
}
</style>
border-color css
<style>
span { border-color: #D07352; }
span { border-color: rgb(208,115,82); }
td.TdClassName
{
border-color: #D07352;
}
.TagClassName
{
border-color: #D07352;
}
</style>