#C37359

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

Shades of Japonica #C37359

Tints of Japonica #C37359

Color information

#C37359 (or 0xC37359) is unknown color: approx Japonica. HEX triplet: C3, 73 and 59. RGB value is (195,115,89). Sum of RGB (Red+Green+Blue) = 195+115+89=399 (52% of max value = 765). Red value is 195 (76.56% from 255 or 48.87% from 399); Green value is 115 (45.31% from 255 or 28.82% from 399); Blue value is 89 (35.16% from 255 or 22.31% from 399); Max value from RGB is 195 - color contains mainly: red. Hex color #C37359 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C37359 is #3C8CA6. Grayscale: #888888. Windows color (decimal): -3968167 or 5862339. OLE color: 5862339.

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

Color convert

RGB19511589-
CMYK00.410.540.24
HSL14.72º46.9%55.69%-
HSV(B)14.72º54.36%76.47%-
XYZ30.4424.5812.59-
YUV135.96101.5170.11-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 48.87%
GREEN value IS 115 (45.31% from 255) = 28.82%
BLUE value IS 89 (35.16% from 255) = 22.31%
R=48.87%
G=28.82%
B=22.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.54
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951158900.410.540.2414.7246.955.69
HexC373590293618f2f38
Octal3031631310516630175770
Binary11000011111001110110010101001110110110001111101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C37359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C37359; }

 p { color: rgb(195,115,89); }

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

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

 a { background-color: rgb(195,115,89); }

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

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

 span { border-color: rgb(195,115,89); }

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