Html Css Color HEX #D76D52 Japonica

📋 copy color: '#D76D52'

red 215 ◦ green 109 ◦ blue 82

#D76D52
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Japonica #D76D52

Tints of Japonica #D76D52

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.2%

R = 52.96%
G = 26.85%
B = 20.2%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.62

 K value IS 0.16

RGB Variations

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

Color information

#D76D52 (or 0xD76D52) is known color: 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

RGB 215 109 82 -
CMYK 0 0.49 0.62 0.16
HSL 12.18º 0.62% 0.58% -
HSV(B) 12.18º 0.62% 0.84% -
XYZ 35.02 25.99 11.15 -
YUV 137.62 96.62 183.2 -
System Red Green Blue C M Y K H S L
Decimal 215 109 82 0 0.49 0.62 0.16 12.18 0.62 0.58
Hex D7 6D 52 0 31 3E 10 C 3E 3A
Octal 327 155 122 0 61 76 20 14 76 72
Binary 11010111 1101101 1010010 0 110001 111110 10000 1100 111110 111010

Color Harmonies of #D76D52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76D52

Black with #D76D52

Text Example


Text Example

White with #D76D52

Text Example


Text Example

HTML Codes & Css Web 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>