Shades of Japonica #C3735D
Tints of Japonica #C3735D
RGB
CMYK
RGB Variations
Color information
#C3735D (or 0xC3735D) is known color: Japonica. HEX triplet: C3, 73 and 5D. RGB value is (195,115,93). Sum of RGB (Red+Green+Blue) = 195+115+93=403 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.39% from 403); Green value is 115 (45.31% from 255 or 28.54% from 403); Blue value is 93 (36.72% from 255 or 23.08% from 403); Max value from RGB is 195 - color contains mainly: red. Hex color #C3735D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C3735D is #3C8CA2. Grayscale: #888888. Windows color (decimal): -3968163 or 6124483. OLE color: 6124483.
HSL color Cylindrical-coordinate representation of color #C3735D: hue angle of 12.94º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C3735D is Cyan = 0, Magento = 0.41, Yellow = 0.52 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 115 | 93 | - |
| CMYK | 0 | 0.41 | 0.52 | 0.24 |
| HSL | 12.94º | 0.46% | 0.56% | - |
| HSV(B) | 12.94º | 0.52% | 0.76% | - |
| XYZ | 30.61 | 24.65 | 13.5 | - |
| YUV | 136.41 | 103.5 | 169.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 115 | 93 | 0 | 0.41 | 0.52 | 0.24 | 12.94 | 0.46 | 0.56 |
| Hex | C3 | 73 | 5D | 0 | 29 | 34 | 18 | D | 2E | 38 |
| Octal | 303 | 163 | 135 | 0 | 51 | 64 | 30 | 15 | 56 | 70 |
| Binary | 11000011 | 1110011 | 1011101 | 0 | 101001 | 110100 | 11000 | 1101 | 101110 | 111000 |
Color Harmonies of #C3735D
Complementary color
Monochromatic Colors of #C3735D
Black with #C3735D
Text Example
Text Example
White with #C3735D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3735D; }
p { color: rgb(195,115,93); }
H1.HeaderClassName
{
color: #C3735D;
}
.AnyTagClassName
{
color: #C3735D;
}
</style>
background-color css
<style>
a { background-color: #C3735D; }
a { background-color: rgb(195,115,93); }
div.DivClassName
{
background-color: #C3735D;
}
.BgClassName
{
background-color: #C3735D;
}
</style>
border-color css
<style>
span { border-color: #C3735D; }
span { border-color: rgb(195,115,93); }
td.TdClassName
{
border-color: #C3735D;
}
.TagClassName
{
border-color: #C3735D;
}
</style>