#D76D52

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

Shades of Japonica #D76D52

Tints of Japonica #D76D52

Color information

#D76D52 (or 0xD76D52) is unknown color: approx Japonica. HEX triplet: D7, 6D and 52. RGB value is (215,109,82). Sum of RGB (Red+Green+Blue) = 215+109+82=406 (53% of max value = 765). Red value is 215 (84.38% from 255 or 52.96% from 406); Green value is 109 (42.97% from 255 or 26.85% from 406); Blue value is 82 (32.42% from 255 or 20.20% from 406); Max value from RGB is 215 - color contains mainly: red. Hex color #D76D52 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D76D52 is #2892AD. Grayscale: #898989. Windows color (decimal): -2658990 or 5402071. OLE color: 5402071.

HSL color Cylindrical-coordinate representation of color #D76D52: hue angle of 12.18º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D76D52 is Cyan = 0, Magento = 0.49, Yellow = 0.62 and Black (K on CMYK) = 0.16.

Color convert

RGB21510982-
CMYK00.490.620.16
HSL12.18º62.44%58.24%-
HSV(B)12.18º61.86%84.31%-
XYZ35.0225.9911.15-
YUV137.6296.62183.2-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 52.96%
GREEN value IS 109 (42.97% from 255) = 26.85%
BLUE value IS 82 (32.42% from 255) = 20.20%
R=52.96%
G=26.85%
B=20.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.62
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2151098200.490.620.1612.1862.4458.24
HexD76D520313E10c3e3a
Octal3271551220617620147672
Binary11010111110110110100100110001111110100001100111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D76D52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D76D52; }

 p { color: rgb(215,109,82); }

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

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

 a { background-color: rgb(215,109,82); }

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

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

 span { border-color: rgb(215,109,82); }

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