#C7735D

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

Shades of Japonica #C7735D

Tints of Japonica #C7735D

Color information

#C7735D (or 0xC7735D) is unknown color: approx Japonica. HEX triplet: C7, 73 and 5D. RGB value is (199,115,93). Sum of RGB (Red+Green+Blue) = 199+115+93=407 (53% of max value = 765). Red value is 199 (78.12% from 255 or 48.89% from 407); Green value is 115 (45.31% from 255 or 28.26% from 407); Blue value is 93 (36.72% from 255 or 22.85% from 407); Max value from RGB is 199 - color contains mainly: red. Hex color #C7735D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C7735D is #388CA2. Grayscale: #898989. Windows color (decimal): -3706019 or 6124487. OLE color: 6124487.

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

Color convert

RGB19911593-
CMYK00.420.530.22
HSL12.45º48.62%57.25%-
HSV(B)12.45º53.27%78.04%-
XYZ31.6625.1913.55-
YUV137.61102.83171.79-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 48.89%
GREEN value IS 115 (45.31% from 255) = 28.26%
BLUE value IS 93 (36.72% from 255) = 22.85%
R=48.89%
G=28.26%
B=22.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.53
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991159300.420.530.2212.4548.6257.25
HexC7735D02A3516c3139
Octal3071631350526526146171
Binary11000111111001110111010101010110101101101100110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7735D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7735D; }

 p { color: rgb(199,115,93); }

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

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

 a { background-color: rgb(199,115,93); }

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

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

 span { border-color: rgb(199,115,93); }

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