Html Css Color HEX #D78B49 Peru

📋 copy color: '#D78B49'

red 215 ◦ green 139 ◦ blue 73

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

Shades of Peru #D78B49

Tints of Peru #D78B49

RGB

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

 GREEN value IS 139 (54.69% from 255) = 32.55%

 BLUE value IS 73 (28.91% from 255) = 17.1%

R = 50.35%
G = 32.55%
B = 17.1%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.66

 K value IS 0.16

RGB Variations

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

Color information

#D78B49 (or 0xD78B49) is known color: Peru. HEX triplet: D7, 8B and 49. RGB value is (215,139,73). Sum of RGB (Red+Green+Blue) = 215+139+73=427 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.35% from 427); Green value is 139 (54.69% from 255 or 32.55% from 427); Blue value is 73 (28.91% from 255 or 17.10% from 427); Max value from RGB is 215 - color contains mainly: red. Hex color #D78B49 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D78B49 is #2874B6. Grayscale: #9A9A9A. Windows color (decimal): -2651319 or 4819927. OLE color: 4819927.

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

Color convert

RGB 215 139 73 -
CMYK 0 0.35 0.66 0.16
HSL 27.89º 0.64% 0.56% -
HSV(B) 27.89º 0.66% 0.84% -
XYZ 38.46 33.39 10.72 -
YUV 154.2 82.18 171.37 -
System Red Green Blue C M Y K H S L
Decimal 215 139 73 0 0.35 0.66 0.16 27.89 0.64 0.56
Hex D7 8B 49 0 23 42 10 1C 40 38
Octal 327 213 111 0 43 102 20 34 100 70
Binary 11010111 10001011 1001001 0 100011 1000010 10000 11100 1000000 111000

Color Harmonies of #D78B49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D78B49

Black with #D78B49

Text Example


Text Example

White with #D78B49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D78B49; }

 p { color: rgb(215,139,73); }

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

background-color css

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

 a { background-color: rgb(215,139,73); }

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

border-color css

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

 span { border-color: rgb(215,139,73); }

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