#D5735C

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

Shades of Japonica #D5735C

Tints of Japonica #D5735C

Color information

#D5735C (or 0xD5735C) is unknown color: approx Japonica. HEX triplet: D5, 73 and 5C. RGB value is (213,115,92). Sum of RGB (Red+Green+Blue) = 213+115+92=420 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.71% from 420); Green value is 115 (45.31% from 255 or 27.38% from 420); Blue value is 92 (36.33% from 255 or 21.90% from 420); Max value from RGB is 213 - color contains mainly: red. Hex color #D5735C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5735C is #2A8CA3. Grayscale: #8D8D8D. Windows color (decimal): -2788516 or 6058965. OLE color: 6058965.

HSL color Cylindrical-coordinate representation of color #D5735C: hue angle of 11.4º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D5735C is Cyan = 0, Magento = 0.46, Yellow = 0.57 and Black (K on CMYK) = 0.16.

Color convert

RGB21311592-
CMYK00.460.570.16
HSL11.4º59.02%59.8%-
HSV(B)11.4º56.81%83.53%-
XYZ35.527.1813.5-
YUV141.6899.97178.87-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 50.71%
GREEN value IS 115 (45.31% from 255) = 27.38%
BLUE value IS 92 (36.33% from 255) = 21.90%
R=50.71%
G=27.38%
B=21.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.57
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131159200.460.570.1611.459.0259.8
HexD5735C02E3910b3b3c
Octal3251631340567120137374
Binary11010101111001110111000101110111001100001011111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5735C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5735C; }

 p { color: rgb(213,115,92); }

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

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

 a { background-color: rgb(213,115,92); }

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

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

 span { border-color: rgb(213,115,92); }

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