Html Css Color HEX #D78D3F Peru

📋 copy color: '#D78D3F'

red 215 ◦ green 141 ◦ blue 63

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

Shades of Peru #D78D3F

Tints of Peru #D78D3F

RGB

 RED value IS 215 (84.38% from 255) = 51.31%

 GREEN value IS 141 (55.47% from 255) = 33.65%

 BLUE value IS 63 (25% from 255) = 15.04%

R = 51.31%
G = 33.65%
B = 15.04%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.71

 K value IS 0.16

RGB Variations

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

Color information

#D78D3F (or 0xD78D3F) is known color: Peru. HEX triplet: D7, 8D and 3F. RGB value is (215,141,63). Sum of RGB (Red+Green+Blue) = 215+141+63=419 (55% of max value = 765). Red value is 215 (84.38% from 255 or 51.31% from 419); Green value is 141 (55.47% from 255 or 33.65% from 419); Blue value is 63 (25% from 255 or 15.04% from 419); Max value from RGB is 215 - color contains mainly: red. Hex color #D78D3F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D78D3F is #2872C0. Grayscale: #9A9A9A. Windows color (decimal): -2650817 or 4165079. OLE color: 4165079.

HSL color Cylindrical-coordinate representation of color #D78D3F: hue angle of 30.79º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D78D3F is Cyan = 0, Magento = 0.34, Yellow = 0.71 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 141 63 -
CMYK 0 0.34 0.71 0.16
HSL 30.79º 0.66% 0.55% -
HSV(B) 30.79º 0.71% 0.84% -
XYZ 38.45 33.86 9.21 -
YUV 154.23 76.52 171.34 -
System Red Green Blue C M Y K H S L
Decimal 215 141 63 0 0.34 0.71 0.16 30.79 0.66 0.55
Hex D7 8D 3F 0 22 47 10 1F 42 37
Octal 327 215 77 0 42 107 20 37 102 67
Binary 11010111 10001101 111111 0 100010 1000111 10000 11111 1000010 110111

Color Harmonies of #D78D3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D78D3F

Black with #D78D3F

Text Example


Text Example

White with #D78D3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D78D3F; }

 p { color: rgb(215,141,63); }

 H1.HeaderClassName
 {
   color: #D78D3F;
 }
 .AnyTagClassName
 {
   color: #D78D3F;
 }
</style>

background-color css

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

 a { background-color: rgb(215,141,63); }

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

border-color css

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

 span { border-color: rgb(215,141,63); }

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