Html Css Color HEX #D78C4A Peru

📋 copy color: '#D78C4A'

red 215 ◦ green 140 ◦ blue 74

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

Shades of Peru #D78C4A

Tints of Peru #D78C4A

RGB

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

 GREEN value IS 140 (55.08% from 255) = 32.63%

 BLUE value IS 74 (29.3% from 255) = 17.25%

R = 50.12%
G = 32.63%
B = 17.25%

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

#D78C4A (or 0xD78C4A) is known color: Peru. HEX triplet: D7, 8C and 4A. RGB value is (215,140,74). Sum of RGB (Red+Green+Blue) = 215+140+74=429 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.12% from 429); Green value is 140 (55.08% from 255 or 32.63% from 429); Blue value is 74 (29.30% from 255 or 17.25% from 429); Max value from RGB is 215 - color contains mainly: red. Hex color #D78C4A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D78C4A is #2873B5. Grayscale: #9B9B9B. Windows color (decimal): -2651062 or 4885719. OLE color: 4885719.

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

Color convert

RGB 215 140 74 -
CMYK 0 0.35 0.66 0.16
HSL 28.09º 0.64% 0.57% -
HSV(B) 28.09º 0.66% 0.84% -
XYZ 38.64 33.7 10.95 -
YUV 154.9 82.35 170.87 -
System Red Green Blue C M Y K H S L
Decimal 215 140 74 0 0.35 0.66 0.16 28.09 0.64 0.57
Hex D7 8C 4A 0 23 42 10 1C 40 39
Octal 327 214 112 0 43 102 20 34 100 71
Binary 11010111 10001100 1001010 0 100011 1000010 10000 11100 1000000 111001

Color Harmonies of #D78C4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D78C4A

Black with #D78C4A

Text Example


Text Example

White with #D78C4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D78C4A; }

 p { color: rgb(215,140,74); }

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

background-color css

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

 a { background-color: rgb(215,140,74); }

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

border-color css

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

 span { border-color: rgb(215,140,74); }

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