Html Css Color HEX #D7863C Peru

📋 copy color: '#D7863C'

red 215 ◦ green 134 ◦ blue 60

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

Shades of Peru #D7863C

Tints of Peru #D7863C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 14.67%

R = 52.57%
G = 32.76%
B = 14.67%

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

#D7863C (or 0xD7863C) is known color: Peru. HEX triplet: D7, 86 and 3C. RGB value is (215,134,60). Sum of RGB (Red+Green+Blue) = 215+134+60=409 (54% of max value = 765). Red value is 215 (84.38% from 255 or 52.57% from 409); Green value is 134 (52.73% from 255 or 32.76% from 409); Blue value is 60 (23.83% from 255 or 14.67% from 409); Max value from RGB is 215 - color contains mainly: red. Hex color #D7863C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D7863C is #2879C3. Grayscale: #969696. Windows color (decimal): -2652612 or 3966679. OLE color: 3966679.

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

Color convert

RGB 215 134 60 -
CMYK 0 0.38 0.72 0.16
HSL 28.65º 0.66% 0.54% -
HSV(B) 28.65º 0.72% 0.84% -
XYZ 37.37 31.82 8.45 -
YUV 149.78 77.34 174.52 -
System Red Green Blue C M Y K H S L
Decimal 215 134 60 0 0.38 0.72 0.16 28.65 0.66 0.54
Hex D7 86 3C 0 26 48 10 1D 42 36
Octal 327 206 74 0 46 110 20 35 102 66
Binary 11010111 10000110 111100 0 100110 1001000 10000 11101 1000010 110110

Color Harmonies of #D7863C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7863C

Black with #D7863C

Text Example


Text Example

White with #D7863C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7863C; }

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

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

background-color css

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

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

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

border-color css

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

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

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