Html Css Color HEX #D78D3D Peru

📋 copy color: '#D78D3D'

red 215 ◦ green 141 ◦ blue 61

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

Shades of Peru #D78D3D

Tints of Peru #D78D3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 14.63%

R = 51.56%
G = 33.81%
B = 14.63%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.72

 K value IS 0.16

RGB Variations

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

Color information

#D78D3D (or 0xD78D3D) is known color: Peru. HEX triplet: D7, 8D and 3D. RGB value is (215,141,61). Sum of RGB (Red+Green+Blue) = 215+141+61=417 (55% of max value = 765). Red value is 215 (84.38% from 255 or 51.56% from 417); Green value is 141 (55.47% from 255 or 33.81% from 417); Blue value is 61 (24.22% from 255 or 14.63% from 417); Max value from RGB is 215 - color contains mainly: red. Hex color #D78D3D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D78D3D is #2872C2. Grayscale: #9A9A9A. Windows color (decimal): -2650819 or 4034007. OLE color: 4034007.

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

Color convert

RGB 215 141 61 -
CMYK 0 0.34 0.72 0.16
HSL 31.17º 0.66% 0.54% -
HSV(B) 31.17º 0.72% 0.84% -
XYZ 38.39 33.83 8.92 -
YUV 154.01 75.52 171.5 -
System Red Green Blue C M Y K H S L
Decimal 215 141 61 0 0.34 0.72 0.16 31.17 0.66 0.54
Hex D7 8D 3D 0 22 48 10 1F 42 36
Octal 327 215 75 0 42 110 20 37 102 66
Binary 11010111 10001101 111101 0 100010 1001000 10000 11111 1000010 110110

Color Harmonies of #D78D3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D78D3D

Black with #D78D3D

Text Example


Text Example

White with #D78D3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D78D3D; }

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

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

background-color css

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

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

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

border-color css

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

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

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