#C57756

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

Shades of Japonica #C57756

Tints of Japonica #C57756

Color information

#C57756 (or 0xC57756) is unknown color: approx Japonica. HEX triplet: C5, 77 and 56. RGB value is (197,119,86). Sum of RGB (Red+Green+Blue) = 197+119+86=402 (53% of max value = 765). Red value is 197 (77.34% from 255 or 49.00% from 402); Green value is 119 (46.88% from 255 or 29.60% from 402); Blue value is 86 (33.98% from 255 or 21.39% from 402); Max value from RGB is 197 - color contains mainly: red. Hex color #C57756 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C57756 is #3A88A9. Grayscale: #8A8A8A. Windows color (decimal): -3836074 or 5666757. OLE color: 5666757.

HSL color Cylindrical-coordinate representation of color #C57756: hue angle of 17.84º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C57756 is Cyan = 0, Magento = 0.40, Yellow = 0.56 and Black (K on CMYK) = 0.23.

Color convert

RGB19711986-
CMYK00.400.560.23
HSL17.84º48.9%55.49%-
HSV(B)17.84º56.35%77.25%-
XYZ31.325.7412.12-
YUV138.5698.34169.68-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 49.00%
GREEN value IS 119 (46.88% from 255) = 29.60%
BLUE value IS 86 (33.98% from 255) = 21.39%
R=49.00%
G=29.60%
B=21.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.56
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971198600.400.560.2317.8448.955.49
HexC577560283817123137
Octal3051671260507027226167
Binary110001011110111101011001010001110001011110010110001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C57756

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C57756; }

 p { color: rgb(197,119,86); }

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

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

 a { background-color: rgb(197,119,86); }

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

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

 span { border-color: rgb(197,119,86); }

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