Html Css Color HEX #D5863C Peru

📋 copy color: '#D5863C'

red 213 ◦ green 134 ◦ blue 60

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

Shades of Peru #D5863C

Tints of Peru #D5863C

RGB

 RED value IS 213 (83.59% from 255) = 52.33%

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

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

R = 52.33%
G = 32.92%
B = 14.74%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.72

 K value IS 0.16

RGB Variations

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

Color information

#D5863C (or 0xD5863C) is known color: Peru. HEX triplet: D5, 86 and 3C. RGB value is (213,134,60). Sum of RGB (Red+Green+Blue) = 213+134+60=407 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.33% from 407); Green value is 134 (52.73% from 255 or 32.92% from 407); Blue value is 60 (23.83% from 255 or 14.74% from 407); Max value from RGB is 213 - color contains mainly: red. Hex color #D5863C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5863C is #2A79C3. Grayscale: #959595. Windows color (decimal): -2783684 or 3966677. OLE color: 3966677.

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

Color convert

RGB 213 134 60 -
CMYK 0 0.37 0.72 0.16
HSL 29.02º 0.65% 0.54% -
HSV(B) 29.02º 0.72% 0.84% -
XYZ 36.78 31.52 8.42 -
YUV 149.19 77.67 173.52 -
System Red Green Blue C M Y K H S L
Decimal 213 134 60 0 0.37 0.72 0.16 29.02 0.65 0.54
Hex D5 86 3C 0 25 48 10 1D 41 36
Octal 325 206 74 0 45 110 20 35 101 66
Binary 11010101 10000110 111100 0 100101 1001000 10000 11101 1000001 110110

Color Harmonies of #D5863C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5863C

Black with #D5863C

Text Example


Text Example

White with #D5863C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5863C; }

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

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

background-color css

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

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

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

border-color css

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

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

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