#C7745A

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

Shades of Japonica #C7745A

Tints of Japonica #C7745A

Color information

#C7745A (or 0xC7745A) is unknown color: approx Japonica. HEX triplet: C7, 74 and 5A. RGB value is (199,116,90). Sum of RGB (Red+Green+Blue) = 199+116+90=405 (53% of max value = 765). Red value is 199 (78.12% from 255 or 49.14% from 405); Green value is 116 (45.70% from 255 or 28.64% from 405); Blue value is 90 (35.55% from 255 or 22.22% from 405); Max value from RGB is 199 - color contains mainly: red. Hex color #C7745A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C7745A is #388BA5. Grayscale: #8A8A8A. Windows color (decimal): -3705766 or 5928135. OLE color: 5928135.

HSL color Cylindrical-coordinate representation of color #C7745A: hue angle of 14.31º degrees, saturation: 0.49, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C7745A is Cyan = 0, Magento = 0.42, Yellow = 0.55 and Black (K on CMYK) = 0.22.

Color convert

RGB19911690-
CMYK00.420.550.22
HSL14.31º49.32%56.67%-
HSV(B)14.31º54.77%78.04%-
XYZ31.6425.3712.9-
YUV137.85101171.61-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 49.14%
GREEN value IS 116 (45.70% from 255) = 28.64%
BLUE value IS 90 (35.55% from 255) = 22.22%
R=49.14%
G=28.64%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.55
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991169000.420.550.2214.3149.3256.67
HexC7745A02A3716e3139
Octal3071641320526726166171
Binary11000111111010010110100101010110111101101110110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7745A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7745A; }

 p { color: rgb(199,116,90); }

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

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

 a { background-color: rgb(199,116,90); }

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

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

 span { border-color: rgb(199,116,90); }

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