Html Css Color HEX #D7863F Peru

📋 copy color: '#D7863F'

red 215 ◦ green 134 ◦ blue 63

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

Shades of Peru #D7863F

Tints of Peru #D7863F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 15.29%

R = 52.18%
G = 32.52%
B = 15.29%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.71

 K value IS 0.16

RGB Variations

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

Color information

#D7863F (or 0xD7863F) is known color: Peru. HEX triplet: D7, 86 and 3F. RGB value is (215,134,63). Sum of RGB (Red+Green+Blue) = 215+134+63=412 (54% of max value = 765). Red value is 215 (84.38% from 255 or 52.18% from 412); Green value is 134 (52.73% from 255 or 32.52% from 412); Blue value is 63 (25% from 255 or 15.29% from 412); Max value from RGB is 215 - color contains mainly: red. Hex color #D7863F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D7863F is #2879C0. Grayscale: #969696. Windows color (decimal): -2652609 or 4163287. OLE color: 4163287.

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

Color convert

RGB 215 134 63 -
CMYK 0 0.38 0.71 0.16
HSL 28.03º 0.66% 0.55% -
HSV(B) 28.03º 0.71% 0.84% -
XYZ 37.45 31.86 8.88 -
YUV 150.13 78.84 174.27 -
System Red Green Blue C M Y K H S L
Decimal 215 134 63 0 0.38 0.71 0.16 28.03 0.66 0.55
Hex D7 86 3F 0 26 47 10 1C 42 37
Octal 327 206 77 0 46 107 20 34 102 67
Binary 11010111 10000110 111111 0 100110 1000111 10000 11100 1000010 110111

Color Harmonies of #D7863F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7863F

Black with #D7863F

Text Example


Text Example

White with #D7863F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7863F; }

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

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

background-color css

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

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

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

border-color css

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

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

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