Shades of Japonica #D57752
Tints of Japonica #D57752
RGB
CMYK
RGB Variations
Color information
#D57752 (or 0xD57752) is known color: Japonica. HEX triplet: D5, 77 and 52. RGB value is (213,119,82). Sum of RGB (Red+Green+Blue) = 213+119+82=414 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.45% from 414); Green value is 119 (46.88% from 255 or 28.74% from 414); Blue value is 82 (32.42% from 255 or 19.81% from 414); Max value from RGB is 213 - color contains mainly: red. Hex color #D57752 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D57752 is #2A88AD. Grayscale: #8F8F8F. Windows color (decimal): -2787502 or 5404629. OLE color: 5404629.
HSL color Cylindrical-coordinate representation of color #D57752: hue angle of 16.95º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D57752 is Cyan = 0, Magento = 0.44, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 119 | 82 | - |
| CMYK | 0 | 0.44 | 0.62 | 0.16 |
| HSL | 16.95º | 0.61% | 0.58% | - |
| HSV(B) | 16.95º | 0.62% | 0.84% | - |
| XYZ | 35.56 | 27.95 | 11.5 | - |
| YUV | 142.89 | 93.64 | 178.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 119 | 82 | 0 | 0.44 | 0.62 | 0.16 | 16.95 | 0.61 | 0.58 |
| Hex | D5 | 77 | 52 | 0 | 2C | 3E | 10 | 11 | 3D | 3A |
| Octal | 325 | 167 | 122 | 0 | 54 | 76 | 20 | 21 | 75 | 72 |
| Binary | 11010101 | 1110111 | 1010010 | 0 | 101100 | 111110 | 10000 | 10001 | 111101 | 111010 |
Color Harmonies of #D57752
Complementary color
Monochromatic Colors of #D57752
Black with #D57752
Text Example
Text Example
White with #D57752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57752; }
p { color: rgb(213,119,82); }
H1.HeaderClassName
{
color: #D57752;
}
.AnyTagClassName
{
color: #D57752;
}
</style>
background-color css
<style>
a { background-color: #D57752; }
a { background-color: rgb(213,119,82); }
div.DivClassName
{
background-color: #D57752;
}
.BgClassName
{
background-color: #D57752;
}
</style>
border-color css
<style>
span { border-color: #D57752; }
span { border-color: rgb(213,119,82); }
td.TdClassName
{
border-color: #D57752;
}
.TagClassName
{
border-color: #D57752;
}
</style>