#D4745F

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

Shades of Japonica #D4745F

Tints of Japonica #D4745F

Color information

#D4745F (or 0xD4745F) is unknown color: approx Japonica. HEX triplet: D4, 74 and 5F. RGB value is (212,116,95). Sum of RGB (Red+Green+Blue) = 212+116+95=423 (56% of max value = 765). Red value is 212 (83.20% from 255 or 50.12% from 423); Green value is 116 (45.70% from 255 or 27.42% from 423); Blue value is 95 (37.5% from 255 or 22.46% from 423); Max value from RGB is 212 - color contains mainly: red. Hex color #D4745F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D4745F is #2B8BA0. Grayscale: #8E8E8E. Windows color (decimal): -2853793 or 6255828. OLE color: 6255828.

HSL color Cylindrical-coordinate representation of color #D4745F: hue angle of 10.77º degrees, saturation: 0.58, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D4745F is Cyan = 0, Magento = 0.45, Yellow = 0.55 and Black (K on CMYK) = 0.17.

Color convert

RGB21211695-
CMYK00.450.550.17
HSL10.77º57.64%60.2%-
HSV(B)10.77º55.19%83.14%-
XYZ35.4627.3114.23-
YUV142.31101.3177.71-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 50.12%
GREEN value IS 116 (45.70% from 255) = 27.42%
BLUE value IS 95 (37.5% from 255) = 22.46%
R=50.12%
G=27.42%
B=22.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.55
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2121169500.450.550.1710.7757.6460.2
HexD4745F02D3711b3a3c
Octal3241641370556721137274
Binary11010100111010010111110101101110111100011011111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4745F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4745F; }

 p { color: rgb(212,116,95); }

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

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

 a { background-color: rgb(212,116,95); }

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

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

 span { border-color: rgb(212,116,95); }

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