Html Css Color HEX #D5883A Peru

📋 copy color: '#D5883A'

red 213 ◦ green 136 ◦ blue 58

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

Shades of Peru #D5883A

Tints of Peru #D5883A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 14.25%

R = 52.33%
G = 33.42%
B = 14.25%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.73

 K value IS 0.16

RGB Variations

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

Color information

#D5883A (or 0xD5883A) is known color: Peru. HEX triplet: D5, 88 and 3A. RGB value is (213,136,58). Sum of RGB (Red+Green+Blue) = 213+136+58=407 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.33% from 407); Green value is 136 (53.52% from 255 or 33.42% from 407); Blue value is 58 (23.05% from 255 or 14.25% from 407); Max value from RGB is 213 - color contains mainly: red. Hex color #D5883A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5883A is #2A77C5. Grayscale: #969696. Windows color (decimal): -2783174 or 3836117. OLE color: 3836117.

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

Color convert

RGB 213 136 58 -
CMYK 0 0.36 0.73 0.16
HSL 30.19º 0.65% 0.53% -
HSV(B) 30.19º 0.73% 0.84% -
XYZ 37.01 32.06 8.24 -
YUV 150.13 76.01 172.84 -
System Red Green Blue C M Y K H S L
Decimal 213 136 58 0 0.36 0.73 0.16 30.19 0.65 0.53
Hex D5 88 3A 0 24 49 10 1E 41 35
Octal 325 210 72 0 44 111 20 36 101 65
Binary 11010101 10001000 111010 0 100100 1001001 10000 11110 1000001 110101

Color Harmonies of #D5883A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5883A

Black with #D5883A

Text Example


Text Example

White with #D5883A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5883A; }

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

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

background-color css

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

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

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

border-color css

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

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

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