Shades of Japonica #D3735A
Tints of Japonica #D3735A
RGB
CMYK
RGB Variations
Color information
#D3735A (or 0xD3735A) is known color: Japonica. HEX triplet: D3, 73 and 5A. RGB value is (211,115,90). Sum of RGB (Red+Green+Blue) = 211+115+90=416 (55% of max value = 765). Red value is 211 (82.81% from 255 or 50.72% from 416); Green value is 115 (45.31% from 255 or 27.64% from 416); Blue value is 90 (35.55% from 255 or 21.63% from 416); Max value from RGB is 211 - color contains mainly: red. Hex color #D3735A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D3735A is #2C8CA5. Grayscale: #8D8D8D. Windows color (decimal): -2919590 or 5927891. OLE color: 5927891.
HSL color Cylindrical-coordinate representation of color #D3735A: hue angle of 12.4º degrees, saturation: 0.58, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D3735A is Cyan = 0, Magento = 0.45, Yellow = 0.57 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 115 | 90 | - |
| CMYK | 0 | 0.45 | 0.57 | 0.17 |
| HSL | 12.4º | 0.58% | 0.59% | - |
| HSV(B) | 12.4º | 0.57% | 0.83% | - |
| XYZ | 34.84 | 26.85 | 13.02 | - |
| YUV | 140.85 | 99.3 | 178.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 115 | 90 | 0 | 0.45 | 0.57 | 0.17 | 12.4 | 0.58 | 0.59 |
| Hex | D3 | 73 | 5A | 0 | 2D | 39 | 11 | C | 3A | 3B |
| Octal | 323 | 163 | 132 | 0 | 55 | 71 | 21 | 14 | 72 | 73 |
| Binary | 11010011 | 1110011 | 1011010 | 0 | 101101 | 111001 | 10001 | 1100 | 111010 | 111011 |
Color Harmonies of #D3735A
Complementary color
Monochromatic Colors of #D3735A
Black with #D3735A
Text Example
Text Example
White with #D3735A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3735A; }
p { color: rgb(211,115,90); }
H1.HeaderClassName
{
color: #D3735A;
}
.AnyTagClassName
{
color: #D3735A;
}
</style>
background-color css
<style>
a { background-color: #D3735A; }
a { background-color: rgb(211,115,90); }
div.DivClassName
{
background-color: #D3735A;
}
.BgClassName
{
background-color: #D3735A;
}
</style>
border-color css
<style>
span { border-color: #D3735A; }
span { border-color: rgb(211,115,90); }
td.TdClassName
{
border-color: #D3735A;
}
.TagClassName
{
border-color: #D3735A;
}
</style>