#D5795E

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

Shades of Japonica #D5795E

Tints of Japonica #D5795E

Color information

#D5795E (or 0xD5795E) is unknown color: approx Japonica. HEX triplet: D5, 79 and 5E. RGB value is (213,121,94). Sum of RGB (Red+Green+Blue) = 213+121+94=428 (56% of max value = 765). Red value is 213 (83.59% from 255 or 49.77% from 428); Green value is 121 (47.66% from 255 or 28.27% from 428); Blue value is 94 (37.11% from 255 or 21.96% from 428); Max value from RGB is 213 - color contains mainly: red. Hex color #D5795E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5795E is #2A86A1. Grayscale: #919191. Windows color (decimal): -2786978 or 6191573. OLE color: 6191573.

HSL color Cylindrical-coordinate representation of color #D5795E: hue angle of 13.61º 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 #D5795E is Cyan = 0, Magento = 0.43, Yellow = 0.56 and Black (K on CMYK) = 0.16.

Color convert

RGB21312194-
CMYK00.430.560.16
HSL13.61º58.62%60.2%-
HSV(B)13.61º55.87%83.53%-
XYZ36.328.6314.2-
YUV145.4398.98176.2-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 49.77%
GREEN value IS 121 (47.66% from 255) = 28.27%
BLUE value IS 94 (37.11% from 255) = 21.96%
R=49.77%
G=28.27%
B=21.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.56
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131219400.430.560.1613.6158.6260.2
HexD5795E02B3810e3b3c
Octal3251711360537020167374
Binary11010101111100110111100101011111000100001110111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5795E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5795E; }

 p { color: rgb(213,121,94); }

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

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

 a { background-color: rgb(213,121,94); }

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

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

 span { border-color: rgb(213,121,94); }

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