#C3785F

Color #C3785F Japonica (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Japonica #C3785F

Tints of Japonica #C3785F

Color information

#C3785F (or 0xC3785F) is unknown color: approx Japonica. HEX triplet: C3, 78 and 5F. RGB value is (195,120,95). Sum of RGB (Red+Green+Blue) = 195+120+95=410 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.56% from 410); Green value is 120 (47.27% from 255 or 29.27% from 410); Blue value is 95 (37.5% from 255 or 23.17% from 410); Max value from RGB is 195 - color contains mainly: red. Hex color #C3785F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C3785F is #3C87A0. Grayscale: #8B8B8B. Windows color (decimal): -3966881 or 6256835. OLE color: 6256835.

HSL color Cylindrical-coordinate representation of color #C3785F: hue angle of 15º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C3785F is Cyan = 0, Magento = 0.38, Yellow = 0.51 and Black (K on CMYK) = 0.24.

Color convert

RGB19512095-
CMYK00.380.510.24
HSL15º45.45%56.86%-
HSV(B)15º51.28%76.47%-
XYZ31.2925.8614.17-
YUV139.58102.85167.53-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 195 (76.56% from 255) = 47.56%
GREEN value IS 120 (47.27% from 255) = 29.27%
BLUE value IS 95 (37.5% from 255) = 23.17%
R=47.56%
G=29.27%
B=23.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.51
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951209500.380.510.241545.4556.86
HexC3785F0263318f2d39
Octal3031701370466330175571
Binary11000011111100010111110100110110011110001111101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3785F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3785F; }

 p { color: rgb(195,120,95); }

 H1.HeaderClassName
 {
   color: #C3785F;
 }
 .AnyTagClassName
 {
   color: #C3785F;
 }
</style>
background-color css

<style>
 a { background-color: #C3785F; }

 a { background-color: rgb(195,120,95); }

 div.DivClassName
 {
   background-color: #C3785F;
 }
 .BgClassName
 {
   background-color: #C3785F;
 }
</style>
border-color css

<style>
 span { border-color: #C3785F; }

 span { border-color: rgb(195,120,95); }

 td.TdClassName
 {
   border-color: #C3785F;
 }
 .TagClassName
 {
   border-color: #C3785F;
 }
</style>