#C47259

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

Shades of Japonica #C47259

Tints of Japonica #C47259

Color information

#C47259 (or 0xC47259) is unknown color: approx Japonica. HEX triplet: C4, 72 and 59. RGB value is (196,114,89). Sum of RGB (Red+Green+Blue) = 196+114+89=399 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.12% from 399); Green value is 114 (44.92% from 255 or 28.57% from 399); Blue value is 89 (35.16% from 255 or 22.31% from 399); Max value from RGB is 196 - color contains mainly: red. Hex color #C47259 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C47259 is #3B8DA6. Grayscale: #878787. Windows color (decimal): -3902887 or 5862084. OLE color: 5862084.

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

Color convert

RGB19611489-
CMYK00.420.550.23
HSL14.02º47.56%55.88%-
HSV(B)14.02º54.59%76.86%-
XYZ30.5924.4912.57-
YUV135.67101.67171.03-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 49.12%
GREEN value IS 114 (44.92% from 255) = 28.57%
BLUE value IS 89 (35.16% from 255) = 22.31%
R=49.12%
G=28.57%
B=22.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.55
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961148900.420.550.2314.0247.5655.88
HexC4725902A3717e3038
Octal3041621310526727166070
Binary11000100111001010110010101010110111101111110110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C47259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C47259; }

 p { color: rgb(196,114,89); }

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

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

 a { background-color: rgb(196,114,89); }

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

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

 span { border-color: rgb(196,114,89); }

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