#D4735F

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

Shades of Japonica #D4735F

Tints of Japonica #D4735F

Color information

#D4735F (or 0xD4735F) is unknown color: approx Japonica. HEX triplet: D4, 73 and 5F. RGB value is (212,115,95). Sum of RGB (Red+Green+Blue) = 212+115+95=422 (55% of max value = 765). Red value is 212 (83.20% from 255 or 50.24% from 422); Green value is 115 (45.31% from 255 or 27.25% from 422); Blue value is 95 (37.5% from 255 or 22.51% from 422); Max value from RGB is 212 - color contains mainly: red. Hex color #D4735F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D4735F is #2B8CA0. Grayscale: #8D8D8D. Windows color (decimal): -2854049 or 6255572. OLE color: 6255572.

HSL color Cylindrical-coordinate representation of color #D4735F: hue angle of 10.26º 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 #D4735F is Cyan = 0, Magento = 0.46, Yellow = 0.55 and Black (K on CMYK) = 0.17.

Color convert

RGB21211595-
CMYK00.460.550.17
HSL10.26º57.64%60.2%-
HSV(B)10.26º55.19%83.14%-
XYZ35.3527.0814.19-
YUV141.72101.64178.13-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 50.24%
GREEN value IS 115 (45.31% from 255) = 27.25%
BLUE value IS 95 (37.5% from 255) = 22.51%
R=50.24%
G=27.25%
B=22.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.55
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2121159500.460.550.1710.2657.6460.2
HexD4735F02E3711a3a3c
Octal3241631370566721127274
Binary11010100111001110111110101110110111100011010111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4735F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4735F; }

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

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

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

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

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

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

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

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