Html Css Color HEX #D7883A Peru

📋 copy color: '#D7883A'

red 215 ◦ green 136 ◦ blue 58

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

Shades of Peru #D7883A

Tints of Peru #D7883A

RGB

 RED value IS 215 (84.38% from 255) = 52.57%

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

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

R = 52.57%
G = 33.25%
B = 14.18%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.73

 K value IS 0.16

RGB Variations

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

Color information

#D7883A (or 0xD7883A) is known color: Peru. HEX triplet: D7, 88 and 3A. RGB value is (215,136,58). Sum of RGB (Red+Green+Blue) = 215+136+58=409 (54% of max value = 765). Red value is 215 (84.38% from 255 or 52.57% from 409); Green value is 136 (53.52% from 255 or 33.25% from 409); Blue value is 58 (23.05% from 255 or 14.18% from 409); Max value from RGB is 215 - color contains mainly: red. Hex color #D7883A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D7883A is #2877C5. Grayscale: #979797. Windows color (decimal): -2652102 or 3836119. OLE color: 3836119.

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

Color convert

RGB 215 136 58 -
CMYK 0 0.37 0.73 0.16
HSL 29.81º 0.66% 0.54% -
HSV(B) 29.81º 0.73% 0.84% -
XYZ 37.59 32.36 8.27 -
YUV 150.73 75.67 173.84 -
System Red Green Blue C M Y K H S L
Decimal 215 136 58 0 0.37 0.73 0.16 29.81 0.66 0.54
Hex D7 88 3A 0 25 49 10 1E 42 36
Octal 327 210 72 0 45 111 20 36 102 66
Binary 11010111 10001000 111010 0 100101 1001001 10000 11110 1000010 110110

Color Harmonies of #D7883A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7883A

Black with #D7883A

Text Example


Text Example

White with #D7883A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7883A; }

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

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

background-color css

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

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

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

border-color css

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

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

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