Html Css Color HEX #D5883E Peru

📋 copy color: '#D5883E'

red 213 ◦ green 136 ◦ blue 62

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

Shades of Peru #D5883E

Tints of Peru #D5883E

RGB

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

 GREEN value IS 136 (53.52% from 255) = 33.09%

 BLUE value IS 62 (24.61% from 255) = 15.09%

R = 51.82%
G = 33.09%
B = 15.09%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.71

 K value IS 0.16

RGB Variations

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

Color information

#D5883E (or 0xD5883E) is known color: Peru. HEX triplet: D5, 88 and 3E. RGB value is (213,136,62). Sum of RGB (Red+Green+Blue) = 213+136+62=411 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.82% from 411); Green value is 136 (53.52% from 255 or 33.09% from 411); Blue value is 62 (24.61% from 255 or 15.09% from 411); Max value from RGB is 213 - color contains mainly: red. Hex color #D5883E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5883E is #2A77C1. Grayscale: #969696. Windows color (decimal): -2783170 or 4098261. OLE color: 4098261.

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

Color convert

RGB 213 136 62 -
CMYK 0 0.36 0.71 0.16
HSL 29.4º 0.64% 0.54% -
HSV(B) 29.4º 0.71% 0.84% -
XYZ 37.11 32.1 8.8 -
YUV 150.59 78.01 172.52 -
System Red Green Blue C M Y K H S L
Decimal 213 136 62 0 0.36 0.71 0.16 29.4 0.64 0.54
Hex D5 88 3E 0 24 47 10 1D 40 36
Octal 325 210 76 0 44 107 20 35 100 66
Binary 11010101 10001000 111110 0 100100 1000111 10000 11101 1000000 110110

Color Harmonies of #D5883E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5883E

Black with #D5883E

Text Example


Text Example

White with #D5883E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5883E; }

 p { color: rgb(213,136,62); }

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

background-color css

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

 a { background-color: rgb(213,136,62); }

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

border-color css

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

 span { border-color: rgb(213,136,62); }

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