#C37D56

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

Shades of Japonica #C37D56

Tints of Japonica #C37D56

Color information

#C37D56 (or 0xC37D56) is unknown color: approx Japonica. HEX triplet: C3, 7D and 56. RGB value is (195,125,86). Sum of RGB (Red+Green+Blue) = 195+125+86=406 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.03% from 406); Green value is 125 (49.22% from 255 or 30.79% from 406); Blue value is 86 (33.98% from 255 or 21.18% from 406); Max value from RGB is 195 - color contains mainly: red. Hex color #C37D56 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C37D56 is #3C82A9. Grayscale: #8D8D8D. Windows color (decimal): -3965610 or 5668291. OLE color: 5668291.

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

Color convert

RGB19512586-
CMYK00.360.560.24
HSL21.47º47.6%55.1%-
HSV(B)21.47º55.9%76.47%-
XYZ31.5226.9412.34-
YUV141.4896.69166.17-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 48.03%
GREEN value IS 125 (49.22% from 255) = 30.79%
BLUE value IS 86 (33.98% from 255) = 21.18%
R=48.03%
G=30.79%
B=21.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.56
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951258600.360.560.2421.4747.655.1
HexC37D560243818153037
Octal3031751260447030256067
Binary110000111111101101011001001001110001100010101110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C37D56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C37D56; }

 p { color: rgb(195,125,86); }

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

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

 a { background-color: rgb(195,125,86); }

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

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

 span { border-color: rgb(195,125,86); }

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