Html Css Color HEX #D7873B Peru

📋 copy color: '#D7873B'

red 215 ◦ green 135 ◦ blue 59

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

Shades of Peru #D7873B

Tints of Peru #D7873B

RGB

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

 GREEN value IS 135 (53.13% from 255) = 33.01%

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

R = 52.57%
G = 33.01%
B = 14.43%

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

#D7873B (or 0xD7873B) is known color: Peru. HEX triplet: D7, 87 and 3B. RGB value is (215,135,59). Sum of RGB (Red+Green+Blue) = 215+135+59=409 (54% of max value = 765). Red value is 215 (84.38% from 255 or 52.57% from 409); Green value is 135 (53.12% from 255 or 33.01% from 409); Blue value is 59 (23.44% from 255 or 14.43% from 409); Max value from RGB is 215 - color contains mainly: red. Hex color #D7873B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D7873B is #2878C4. Grayscale: #969696. Windows color (decimal): -2652357 or 3901399. OLE color: 3901399.

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

Color convert

RGB 215 135 59 -
CMYK 0 0.37 0.73 0.16
HSL 29.23º 0.66% 0.54% -
HSV(B) 29.23º 0.73% 0.84% -
XYZ 37.48 32.09 8.36 -
YUV 150.26 76.5 174.18 -
System Red Green Blue C M Y K H S L
Decimal 215 135 59 0 0.37 0.73 0.16 29.23 0.66 0.54
Hex D7 87 3B 0 25 49 10 1D 42 36
Octal 327 207 73 0 45 111 20 35 102 66
Binary 11010111 10000111 111011 0 100101 1001001 10000 11101 1000010 110110

Color Harmonies of #D7873B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7873B

Black with #D7873B

Text Example


Text Example

White with #D7873B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7873B; }

 p { color: rgb(215,135,59); }

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

background-color css

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

 a { background-color: rgb(215,135,59); }

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

border-color css

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

 span { border-color: rgb(215,135,59); }

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