Html Css Color HEX #D7863D Peru

📋 copy color: '#D7863D'

red 215 ◦ green 134 ◦ blue 61

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

Shades of Peru #D7863D

Tints of Peru #D7863D

RGB

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

 GREEN value IS 134 (52.73% from 255) = 32.68%

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

R = 52.44%
G = 32.68%
B = 14.88%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.72

 K value IS 0.16

RGB Variations

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

Color information

#D7863D (or 0xD7863D) is known color: Peru. HEX triplet: D7, 86 and 3D. RGB value is (215,134,61). Sum of RGB (Red+Green+Blue) = 215+134+61=410 (54% of max value = 765). Red value is 215 (84.38% from 255 or 52.44% from 410); Green value is 134 (52.73% from 255 or 32.68% from 410); Blue value is 61 (24.22% from 255 or 14.88% from 410); Max value from RGB is 215 - color contains mainly: red. Hex color #D7863D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D7863D is #2879C2. Grayscale: #969696. Windows color (decimal): -2652611 or 4032215. OLE color: 4032215.

HSL color Cylindrical-coordinate representation of color #D7863D: hue angle of 28.44º 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 #D7863D is Cyan = 0, Magento = 0.38, Yellow = 0.72 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 134 61 -
CMYK 0 0.38 0.72 0.16
HSL 28.44º 0.66% 0.54% -
HSV(B) 28.44º 0.72% 0.84% -
XYZ 37.39 31.83 8.59 -
YUV 149.9 77.84 174.44 -
System Red Green Blue C M Y K H S L
Decimal 215 134 61 0 0.38 0.72 0.16 28.44 0.66 0.54
Hex D7 86 3D 0 26 48 10 1C 42 36
Octal 327 206 75 0 46 110 20 34 102 66
Binary 11010111 10000110 111101 0 100110 1001000 10000 11100 1000010 110110

Color Harmonies of #D7863D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7863D

Black with #D7863D

Text Example


Text Example

White with #D7863D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7863D; }

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

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

background-color css

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

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

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

border-color css

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

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

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