#c37b56

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

Shades of Japonica #C37B56

Tints of Japonica #C37B56

Color information

#C37B56 (or 0xC37B56) is unknown color: approx Japonica. HEX triplet: C3, 7B and 56. RGB value is (195,123,86). Sum of RGB (Red+Green+Blue) = 195+123+86=404 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.27% from 404); Green value is 123 (48.44% from 255 or 30.45% from 404); Blue value is 86 (33.98% from 255 or 21.29% from 404); Max value from RGB is 195 - color contains mainly: red. Hex color #C37B56 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C37B56 is #3C84A9. Grayscale: #8C8C8C. Windows color (decimal): -3966122 or 5667779. OLE color: 5667779.

HSL color Cylindrical-coordinate representation of color #C37B56: hue angle of 20.37º 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 #C37B56 is Cyan = 0, Magento = 0.37, Yellow = 0.56 and Black (K on CMYK) = 0.24.

Color convert

RGB19512386-
CMYK00.370.560.24
HSL20.37º47.6%55.1%-
HSV(B)20.37º55.9%76.47%-
XYZ31.2726.4412.26-
YUV140.3197.35167.01-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 48.27%
GREEN value IS 123 (48.44% from 255) = 30.45%
BLUE value IS 86 (33.98% from 255) = 21.29%
R=48.27%
G=30.45%
B=21.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.56
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951238600.370.560.2420.3747.655.1
HexC37B560253818143037
Octal3031731260457030246067
Binary110000111111011101011001001011110001100010100110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c37b56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c37b56; }

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

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

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

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

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

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

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

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