#C47254

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

Shades of Japonica #C47254

Tints of Japonica #C47254

Color information

#C47254 (or 0xC47254) is unknown color: approx Japonica. HEX triplet: C4, 72 and 54. RGB value is (196,114,84). Sum of RGB (Red+Green+Blue) = 196+114+84=394 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.75% from 394); Green value is 114 (44.92% from 255 or 28.93% from 394); Blue value is 84 (33.20% from 255 or 21.32% from 394); Max value from RGB is 196 - color contains mainly: red. Hex color #C47254 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C47254 is #3B8DAB. Grayscale: #878787. Windows color (decimal): -3902892 or 5534404. OLE color: 5534404.

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

Color convert

RGB19611484-
CMYK00.420.570.23
HSL16.07º48.7%54.9%-
HSV(B)16.07º57.14%76.86%-
XYZ30.3824.4111.5-
YUV135.199.17171.44-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 49.75%
GREEN value IS 114 (44.92% from 255) = 28.93%
BLUE value IS 84 (33.20% from 255) = 21.32%
R=49.75%
G=28.93%
B=21.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.57
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961148400.420.570.2316.0748.754.9
HexC4725402A3917103137
Octal3041621240527127206167
Binary110001001110010101010001010101110011011110000110001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C47254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C47254; }

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

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

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

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

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

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

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

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