#D5735D

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

Shades of Japonica #D5735D

Tints of Japonica #D5735D

Color information

#D5735D (or 0xD5735D) is unknown color: approx Japonica. HEX triplet: D5, 73 and 5D. RGB value is (213,115,93). Sum of RGB (Red+Green+Blue) = 213+115+93=421 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.59% from 421); Green value is 115 (45.31% from 255 or 27.32% from 421); Blue value is 93 (36.72% from 255 or 22.09% from 421); Max value from RGB is 213 - color contains mainly: red. Hex color #D5735D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5735D is #2A8CA2. Grayscale: #8D8D8D. Windows color (decimal): -2788515 or 6124501. OLE color: 6124501.

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

Color convert

RGB21311593-
CMYK00.460.560.16
HSL11º58.82%60%-
HSV(B)11º56.34%83.53%-
XYZ35.5527.213.73-
YUV141.79100.47178.79-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 50.59%
GREEN value IS 115 (45.31% from 255) = 27.32%
BLUE value IS 93 (36.72% from 255) = 22.09%
R=50.59%
G=27.32%
B=22.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.56
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131159300.460.560.161158.8260
HexD5735D02E3810b3b3c
Octal3251631350567020137374
Binary11010101111001110111010101110111000100001011111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5735D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5735D; }

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

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

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

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

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

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

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

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