Html Css Color HEX #D5813B Peru

📋 copy color: '#D5813B'

red 213 ◦ green 129 ◦ blue 59

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

Shades of Peru #D5813B

Tints of Peru #D5813B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 14.71%

R = 53.12%
G = 32.17%
B = 14.71%

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

#D5813B (or 0xD5813B) is known color: Peru. HEX triplet: D5, 81 and 3B. RGB value is (213,129,59). Sum of RGB (Red+Green+Blue) = 213+129+59=401 (53% of max value = 765). Red value is 213 (83.59% from 255 or 53.12% from 401); Green value is 129 (50.78% from 255 or 32.17% from 401); Blue value is 59 (23.44% from 255 or 14.71% from 401); Max value from RGB is 213 - color contains mainly: red. Hex color #D5813B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5813B is #2A7EC4. Grayscale: #929292. Windows color (decimal): -2784965 or 3899861. OLE color: 3899861.

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

Color convert

RGB 213 129 59 -
CMYK 0 0.39 0.72 0.16
HSL 27.27º 0.65% 0.53% -
HSV(B) 27.27º 0.72% 0.84% -
XYZ 36.08 30.16 8.06 -
YUV 146.14 78.83 175.69 -
System Red Green Blue C M Y K H S L
Decimal 213 129 59 0 0.39 0.72 0.16 27.27 0.65 0.53
Hex D5 81 3B 0 27 48 10 1B 41 35
Octal 325 201 73 0 47 110 20 33 101 65
Binary 11010101 10000001 111011 0 100111 1001000 10000 11011 1000001 110101

Color Harmonies of #D5813B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5813B

Black with #D5813B

Text Example


Text Example

White with #D5813B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5813B; }

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

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

background-color css

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

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

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

border-color css

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

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

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