Shades of Japonica #D07852
Tints of Japonica #D07852
RGB
CMYK
RGB Variations
Color information
#D07852 (or 0xD07852) is known color: Japonica. HEX triplet: D0, 78 and 52. RGB value is (208,120,82). Sum of RGB (Red+Green+Blue) = 208+120+82=410 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.73% from 410); Green value is 120 (47.27% from 255 or 29.27% from 410); Blue value is 82 (32.42% from 255 or 20% from 410); Max value from RGB is 208 - color contains mainly: red. Hex color #D07852 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D07852 is #2F87AD. Grayscale: #8E8E8E. Windows color (decimal): -3114926 or 5404880. OLE color: 5404880.
HSL color Cylindrical-coordinate representation of color #D07852: hue angle of 18.1º 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 #D07852 is Cyan = 0, Magento = 0.42, Yellow = 0.61 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 120 | 82 | - |
| CMYK | 0 | 0.42 | 0.61 | 0.18 |
| HSL | 18.1º | 0.57% | 0.57% | - |
| HSV(B) | 18.1º | 0.61% | 0.82% | - |
| XYZ | 34.25 | 27.45 | 11.48 | - |
| YUV | 141.98 | 94.15 | 175.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 120 | 82 | 0 | 0.42 | 0.61 | 0.18 | 18.1 | 0.57 | 0.57 |
| Hex | D0 | 78 | 52 | 0 | 2A | 3D | 12 | 12 | 39 | 39 |
| Octal | 320 | 170 | 122 | 0 | 52 | 75 | 22 | 22 | 71 | 71 |
| Binary | 11010000 | 1111000 | 1010010 | 0 | 101010 | 111101 | 10010 | 10010 | 111001 | 111001 |
Color Harmonies of #D07852
Complementary color
Monochromatic Colors of #D07852
Black with #D07852
Text Example
Text Example
White with #D07852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07852; }
p { color: rgb(208,120,82); }
H1.HeaderClassName
{
color: #D07852;
}
.AnyTagClassName
{
color: #D07852;
}
</style>
background-color css
<style>
a { background-color: #D07852; }
a { background-color: rgb(208,120,82); }
div.DivClassName
{
background-color: #D07852;
}
.BgClassName
{
background-color: #D07852;
}
</style>
border-color css
<style>
span { border-color: #D07852; }
span { border-color: rgb(208,120,82); }
td.TdClassName
{
border-color: #D07852;
}
.TagClassName
{
border-color: #D07852;
}
</style>