Shades of Japonica #C3735B
Tints of Japonica #C3735B
RGB
CMYK
RGB Variations
Color information
#C3735B (or 0xC3735B) is known color: Japonica. HEX triplet: C3, 73 and 5B. RGB value is (195,115,91). Sum of RGB (Red+Green+Blue) = 195+115+91=401 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.63% from 401); Green value is 115 (45.31% from 255 or 28.68% from 401); Blue value is 91 (35.94% from 255 or 22.69% from 401); Max value from RGB is 195 - color contains mainly: red. Hex color #C3735B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C3735B is #3C8CA4. Grayscale: #888888. Windows color (decimal): -3968165 or 5993411. OLE color: 5993411.
HSL color Cylindrical-coordinate representation of color #C3735B: hue angle of 13.85º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C3735B is Cyan = 0, Magento = 0.41, Yellow = 0.53 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 115 | 91 | - |
| CMYK | 0 | 0.41 | 0.53 | 0.24 |
| HSL | 13.85º | 0.46% | 0.56% | - |
| HSV(B) | 13.85º | 0.53% | 0.76% | - |
| XYZ | 30.52 | 24.62 | 13.04 | - |
| YUV | 136.18 | 102.5 | 169.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 115 | 91 | 0 | 0.41 | 0.53 | 0.24 | 13.85 | 0.46 | 0.56 |
| Hex | C3 | 73 | 5B | 0 | 29 | 35 | 18 | E | 2E | 38 |
| Octal | 303 | 163 | 133 | 0 | 51 | 65 | 30 | 16 | 56 | 70 |
| Binary | 11000011 | 1110011 | 1011011 | 0 | 101001 | 110101 | 11000 | 1110 | 101110 | 111000 |
Color Harmonies of #C3735B
Complementary color
Monochromatic Colors of #C3735B
Black with #C3735B
Text Example
Text Example
White with #C3735B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3735B; }
p { color: rgb(195,115,91); }
H1.HeaderClassName
{
color: #C3735B;
}
.AnyTagClassName
{
color: #C3735B;
}
</style>
background-color css
<style>
a { background-color: #C3735B; }
a { background-color: rgb(195,115,91); }
div.DivClassName
{
background-color: #C3735B;
}
.BgClassName
{
background-color: #C3735B;
}
</style>
border-color css
<style>
span { border-color: #C3735B; }
span { border-color: rgb(195,115,91); }
td.TdClassName
{
border-color: #C3735B;
}
.TagClassName
{
border-color: #C3735B;
}
</style>