#C4745F

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

Shades of Japonica #C4745F

Tints of Japonica #C4745F

Color information

#C4745F (or 0xC4745F) is unknown color: approx Japonica. HEX triplet: C4, 74 and 5F. RGB value is (196,116,95). Sum of RGB (Red+Green+Blue) = 196+116+95=407 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.16% from 407); Green value is 116 (45.70% from 255 or 28.50% from 407); Blue value is 95 (37.5% from 255 or 23.34% from 407); Max value from RGB is 196 - color contains mainly: red. Hex color #C4745F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C4745F is #3B8BA0. Grayscale: #898989. Windows color (decimal): -3902369 or 6255812. OLE color: 6255812.

HSL color Cylindrical-coordinate representation of color #C4745F: hue angle of 12.48º degrees, saturation: 0.46, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C4745F is Cyan = 0, Magento = 0.41, Yellow = 0.52 and Black (K on CMYK) = 0.23.

Color convert

RGB19611695-
CMYK00.410.520.23
HSL12.48º46.12%57.06%-
HSV(B)12.48º51.53%76.86%-
XYZ31.0825.0514.02-
YUV137.53104169.71-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 48.16%
GREEN value IS 116 (45.70% from 255) = 28.50%
BLUE value IS 95 (37.5% from 255) = 23.34%
R=48.16%
G=28.50%
B=23.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.52
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961169500.410.520.2312.4846.1257.06
HexC4745F0293417c2e39
Octal3041641370516427145671
Binary11000100111010010111110101001110100101111100101110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4745F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4745F; }

 p { color: rgb(196,116,95); }

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

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

 a { background-color: rgb(196,116,95); }

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

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

 span { border-color: rgb(196,116,95); }

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