Html Css Color HEX #D5813D Peru

📋 copy color: '#D5813D'

red 213 ◦ green 129 ◦ blue 61

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

Shades of Peru #D5813D

Tints of Peru #D5813D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 15.14%

R = 52.85%
G = 32.01%
B = 15.14%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.71

 K value IS 0.16

RGB Variations

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

Color information

#D5813D (or 0xD5813D) is known color: Peru. HEX triplet: D5, 81 and 3D. RGB value is (213,129,61). Sum of RGB (Red+Green+Blue) = 213+129+61=403 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.85% from 403); Green value is 129 (50.78% from 255 or 32.01% from 403); Blue value is 61 (24.22% from 255 or 15.14% from 403); Max value from RGB is 213 - color contains mainly: red. Hex color #D5813D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5813D is #2A7EC2. Grayscale: #929292. Windows color (decimal): -2784963 or 4030933. OLE color: 4030933.

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

Color convert

RGB 213 129 61 -
CMYK 0 0.39 0.71 0.16
HSL 26.84º 0.64% 0.54% -
HSV(B) 26.84º 0.71% 0.84% -
XYZ 36.13 30.18 8.34 -
YUV 146.36 79.83 175.53 -
System Red Green Blue C M Y K H S L
Decimal 213 129 61 0 0.39 0.71 0.16 26.84 0.64 0.54
Hex D5 81 3D 0 27 47 10 1B 40 36
Octal 325 201 75 0 47 107 20 33 100 66
Binary 11010101 10000001 111101 0 100111 1000111 10000 11011 1000000 110110

Color Harmonies of #D5813D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5813D

Black with #D5813D

Text Example


Text Example

White with #D5813D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5813D; }

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

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

background-color css

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

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

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

border-color css

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

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

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