#c57962

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

Shades of Japonica #C57962

Tints of Japonica #C57962

Color information

#C57962 (or 0xC57962) is unknown color: approx Japonica. HEX triplet: C5, 79 and 62. RGB value is (197,121,98). Sum of RGB (Red+Green+Blue) = 197+121+98=416 (55% of max value = 765). Red value is 197 (77.34% from 255 or 47.36% from 416); Green value is 121 (47.66% from 255 or 29.09% from 416); Blue value is 98 (38.67% from 255 or 23.56% from 416); Max value from RGB is 197 - color contains mainly: red. Hex color #C57962 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C57962 is #3A869D. Grayscale: #8D8D8D. Windows color (decimal): -3835550 or 6453701. OLE color: 6453701.

HSL color Cylindrical-coordinate representation of color #C57962: hue angle of 13.94º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C57962 is Cyan = 0, Magento = 0.39, Yellow = 0.50 and Black (K on CMYK) = 0.23.

Color convert

RGB19712198-
CMYK00.390.500.23
HSL13.94º46.05%57.84%-
HSV(B)13.94º50.25%77.25%-
XYZ32.0726.4314.97-
YUV141.1103.68167.87-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 47.36%
GREEN value IS 121 (47.66% from 255) = 29.09%
BLUE value IS 98 (38.67% from 255) = 23.56%
R=47.36%
G=29.09%
B=23.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.50
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971219800.390.500.2313.9446.0557.84
HexC579620273217e2e3a
Octal3051711420476227165672
Binary11000101111100111000100100111110010101111110101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c57962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c57962; }

 p { color: rgb(197,121,98); }

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

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

 a { background-color: rgb(197,121,98); }

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

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

 span { border-color: rgb(197,121,98); }

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