Html Css Color HEX #D5813C Peru

📋 copy color: '#D5813C'

red 213 ◦ green 129 ◦ blue 60

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

Shades of Peru #D5813C

Tints of Peru #D5813C

RGB

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

 GREEN value IS 129 (50.78% from 255) = 32.09%

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

R = 52.99%
G = 32.09%
B = 14.93%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.72

 K value IS 0.16

RGB Variations

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

Color information

#D5813C (or 0xD5813C) is known color: Peru. HEX triplet: D5, 81 and 3C. RGB value is (213,129,60). Sum of RGB (Red+Green+Blue) = 213+129+60=402 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.99% from 402); Green value is 129 (50.78% from 255 or 32.09% from 402); Blue value is 60 (23.83% from 255 or 14.93% from 402); Max value from RGB is 213 - color contains mainly: red. Hex color #D5813C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5813C is #2A7EC3. Grayscale: #929292. Windows color (decimal): -2784964 or 3965397. OLE color: 3965397.

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

Color convert

RGB 213 129 60 -
CMYK 0 0.39 0.72 0.16
HSL 27.06º 0.65% 0.54% -
HSV(B) 27.06º 0.72% 0.84% -
XYZ 36.11 30.17 8.2 -
YUV 146.25 79.33 175.61 -
System Red Green Blue C M Y K H S L
Decimal 213 129 60 0 0.39 0.72 0.16 27.06 0.65 0.54
Hex D5 81 3C 0 27 48 10 1B 41 36
Octal 325 201 74 0 47 110 20 33 101 66
Binary 11010101 10000001 111100 0 100111 1001000 10000 11011 1000001 110110

Color Harmonies of #D5813C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5813C

Black with #D5813C

Text Example


Text Example

White with #D5813C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5813C; }

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

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

background-color css

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

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

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

border-color css

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

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

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