Html Css Color HEX #D78D4B Peru

📋 copy color: '#D78D4B'

red 215 ◦ green 141 ◦ blue 75

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

Shades of Peru #D78D4B

Tints of Peru #D78D4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 17.4%

R = 49.88%
G = 32.71%
B = 17.4%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.65

 K value IS 0.16

RGB Variations

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

Color information

#D78D4B (or 0xD78D4B) is known color: Peru. HEX triplet: D7, 8D and 4B. RGB value is (215,141,75). Sum of RGB (Red+Green+Blue) = 215+141+75=431 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.88% from 431); Green value is 141 (55.47% from 255 or 32.71% from 431); Blue value is 75 (29.69% from 255 or 17.40% from 431); Max value from RGB is 215 - color contains mainly: red. Hex color #D78D4B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D78D4B is #2872B4. Grayscale: #9B9B9B. Windows color (decimal): -2650805 or 4951511. OLE color: 4951511.

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

Color convert

RGB 215 141 75 -
CMYK 0 0.34 0.65 0.16
HSL 28.29º 0.64% 0.57% -
HSV(B) 28.29º 0.65% 0.84% -
XYZ 38.82 34 11.17 -
YUV 155.6 82.52 170.37 -
System Red Green Blue C M Y K H S L
Decimal 215 141 75 0 0.34 0.65 0.16 28.29 0.64 0.57
Hex D7 8D 4B 0 22 41 10 1C 40 39
Octal 327 215 113 0 42 101 20 34 100 71
Binary 11010111 10001101 1001011 0 100010 1000001 10000 11100 1000000 111001

Color Harmonies of #D78D4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D78D4B

Black with #D78D4B

Text Example


Text Example

White with #D78D4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D78D4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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