Html Css Color HEX #D78E3E Peru

📋 copy color: '#D78E3E'

red 215 ◦ green 142 ◦ blue 62

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

Shades of Peru #D78E3E

Tints of Peru #D78E3E

RGB

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

 GREEN value IS 142 (55.86% from 255) = 33.89%

 BLUE value IS 62 (24.61% from 255) = 14.8%

R = 51.31%
G = 33.89%
B = 14.8%

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

#D78E3E (or 0xD78E3E) is known color: Peru. HEX triplet: D7, 8E and 3E. RGB value is (215,142,62). Sum of RGB (Red+Green+Blue) = 215+142+62=419 (55% of max value = 765). Red value is 215 (84.38% from 255 or 51.31% from 419); Green value is 142 (55.86% from 255 or 33.89% from 419); Blue value is 62 (24.61% from 255 or 14.80% from 419); Max value from RGB is 215 - color contains mainly: red. Hex color #D78E3E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D78E3E is #2871C1. Grayscale: #9B9B9B. Windows color (decimal): -2650562 or 4099799. OLE color: 4099799.

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

Color convert

RGB 215 142 62 -
CMYK 0 0.34 0.71 0.16
HSL 31.37º 0.66% 0.54% -
HSV(B) 31.37º 0.71% 0.84% -
XYZ 38.57 34.14 9.11 -
YUV 154.71 75.68 171 -
System Red Green Blue C M Y K H S L
Decimal 215 142 62 0 0.34 0.71 0.16 31.37 0.66 0.54
Hex D7 8E 3E 0 22 47 10 1F 42 36
Octal 327 216 76 0 42 107 20 37 102 66
Binary 11010111 10001110 111110 0 100010 1000111 10000 11111 1000010 110110

Color Harmonies of #D78E3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D78E3E

Black with #D78E3E

Text Example


Text Example

White with #D78E3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D78E3E; }

 p { color: rgb(215,142,62); }

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

background-color css

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

 a { background-color: rgb(215,142,62); }

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

border-color css

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

 span { border-color: rgb(215,142,62); }

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