Html Css Color HEX #D7863A Peru

📋 copy color: '#D7863A'

red 215 ◦ green 134 ◦ blue 58

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

Shades of Peru #D7863A

Tints of Peru #D7863A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 14.25%

R = 52.83%
G = 32.92%
B = 14.25%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.73

 K value IS 0.16

RGB Variations

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

Color information

#D7863A (or 0xD7863A) is known color: Peru. HEX triplet: D7, 86 and 3A. RGB value is (215,134,58). Sum of RGB (Red+Green+Blue) = 215+134+58=407 (53% of max value = 765). Red value is 215 (84.38% from 255 or 52.83% from 407); Green value is 134 (52.73% from 255 or 32.92% from 407); Blue value is 58 (23.05% from 255 or 14.25% from 407); Max value from RGB is 215 - color contains mainly: red. Hex color #D7863A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D7863A is #2879C5. Grayscale: #959595. Windows color (decimal): -2652614 or 3835607. OLE color: 3835607.

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

Color convert

RGB 215 134 58 -
CMYK 0 0.38 0.73 0.16
HSL 29.04º 0.66% 0.54% -
HSV(B) 29.04º 0.73% 0.84% -
XYZ 37.31 31.8 8.17 -
YUV 149.56 76.34 174.68 -
System Red Green Blue C M Y K H S L
Decimal 215 134 58 0 0.38 0.73 0.16 29.04 0.66 0.54
Hex D7 86 3A 0 26 49 10 1D 42 36
Octal 327 206 72 0 46 111 20 35 102 66
Binary 11010111 10000110 111010 0 100110 1001001 10000 11101 1000010 110110

Color Harmonies of #D7863A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7863A

Black with #D7863A

Text Example


Text Example

White with #D7863A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7863A; }

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

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

background-color css

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

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

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

border-color css

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

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

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