#C3775D

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

Shades of Japonica #C3775D

Tints of Japonica #C3775D

Color information

#C3775D (or 0xC3775D) is unknown color: approx Japonica. HEX triplet: C3, 77 and 5D. RGB value is (195,119,93). Sum of RGB (Red+Green+Blue) = 195+119+93=407 (53% of max value = 765). Red value is 195 (76.56% from 255 or 47.91% from 407); Green value is 119 (46.88% from 255 or 29.24% from 407); Blue value is 93 (36.72% from 255 or 22.85% from 407); Max value from RGB is 195 - color contains mainly: red. Hex color #C3775D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C3775D is #3C88A2. Grayscale: #8A8A8A. Windows color (decimal): -3967139 or 6125507. OLE color: 6125507.

HSL color Cylindrical-coordinate representation of color #C3775D: hue angle of 15.29º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C3775D is Cyan = 0, Magento = 0.39, Yellow = 0.52 and Black (K on CMYK) = 0.24.

Color convert

RGB19511993-
CMYK00.390.520.24
HSL15.29º45.95%56.47%-
HSV(B)15.29º52.31%76.47%-
XYZ31.0825.5913.66-
YUV138.76102.18168.11-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 47.91%
GREEN value IS 119 (46.88% from 255) = 29.24%
BLUE value IS 93 (36.72% from 255) = 22.85%
R=47.91%
G=29.24%
B=22.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.52
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951199300.390.520.2415.2945.9556.47
HexC3775D0273418f2e38
Octal3031671350476430175670
Binary11000011111011110111010100111110100110001111101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3775D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3775D; }

 p { color: rgb(195,119,93); }

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

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

 a { background-color: rgb(195,119,93); }

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

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

 span { border-color: rgb(195,119,93); }

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