Html Css Color HEX #D28847 Peru

📋 copy color: '#D28847'

red 210 ◦ green 136 ◦ blue 71

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

Shades of Peru #D28847

Tints of Peru #D28847

RGB

 RED value IS 210 (82.42% from 255) = 50.36%

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

 BLUE value IS 71 (28.13% from 255) = 17.03%

R = 50.36%
G = 32.61%
B = 17.03%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.66

 K value IS 0.18

RGB Variations

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

Color information

#D28847 (or 0xD28847) is known color: Peru. HEX triplet: D2, 88 and 47. RGB value is (210,136,71). Sum of RGB (Red+Green+Blue) = 210+136+71=417 (55% of max value = 765). Red value is 210 (82.42% from 255 or 50.36% from 417); Green value is 136 (53.52% from 255 or 32.61% from 417); Blue value is 71 (28.12% from 255 or 17.03% from 417); Max value from RGB is 210 - color contains mainly: red. Hex color #D28847 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D28847 is #2D77B8. Grayscale: #979797. Windows color (decimal): -2979769 or 4688082. OLE color: 4688082.

HSL color Cylindrical-coordinate representation of color #D28847: hue angle of 28.06º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D28847 is Cyan = 0, Magento = 0.35, Yellow = 0.66 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 136 71 -
CMYK 0 0.35 0.66 0.18
HSL 28.06º 0.61% 0.55% -
HSV(B) 28.06º 0.66% 0.82% -
XYZ 36.52 31.76 10.17 -
YUV 150.72 83.02 170.29 -
System Red Green Blue C M Y K H S L
Decimal 210 136 71 0 0.35 0.66 0.18 28.06 0.61 0.55
Hex D2 88 47 0 23 42 12 1C 3D 37
Octal 322 210 107 0 43 102 22 34 75 67
Binary 11010010 10001000 1000111 0 100011 1000010 10010 11100 111101 110111

Color Harmonies of #D28847

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D28847

Black with #D28847

Text Example


Text Example

White with #D28847

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D28847; }

 p { color: rgb(210,136,71); }

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

background-color css

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

 a { background-color: rgb(210,136,71); }

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

border-color css

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

 span { border-color: rgb(210,136,71); }

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