Html Css Color HEX #D78845 Peru

📋 copy color: '#D78845'

red 215 ◦ green 136 ◦ blue 69

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

Shades of Peru #D78845

Tints of Peru #D78845

RGB

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

 GREEN value IS 136 (53.52% from 255) = 32.38%

 BLUE value IS 69 (27.34% from 255) = 16.43%

R = 51.19%
G = 32.38%
B = 16.43%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.68

 K value IS 0.16

RGB Variations

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

Color information

#D78845 (or 0xD78845) is known color: Peru. HEX triplet: D7, 88 and 45. RGB value is (215,136,69). Sum of RGB (Red+Green+Blue) = 215+136+69=420 (55% of max value = 765). Red value is 215 (84.38% from 255 or 51.19% from 420); Green value is 136 (53.52% from 255 or 32.38% from 420); Blue value is 69 (27.34% from 255 or 16.43% from 420); Max value from RGB is 215 - color contains mainly: red. Hex color #D78845 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D78845 is #2877BA. Grayscale: #989898. Windows color (decimal): -2652091 or 4557015. OLE color: 4557015.

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

Color convert

RGB 215 136 69 -
CMYK 0 0.37 0.68 0.16
HSL 27.53º 0.65% 0.56% -
HSV(B) 27.53º 0.68% 0.84% -
XYZ 37.9 32.49 9.9 -
YUV 151.98 81.17 172.95 -
System Red Green Blue C M Y K H S L
Decimal 215 136 69 0 0.37 0.68 0.16 27.53 0.65 0.56
Hex D7 88 45 0 25 44 10 1C 41 38
Octal 327 210 105 0 45 104 20 34 101 70
Binary 11010111 10001000 1000101 0 100101 1000100 10000 11100 1000001 111000

Color Harmonies of #D78845

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D78845

Black with #D78845

Text Example


Text Example

White with #D78845

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D78845; }

 p { color: rgb(215,136,69); }

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

background-color css

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

 a { background-color: rgb(215,136,69); }

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

border-color css

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

 span { border-color: rgb(215,136,69); }

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