Html Css Color HEX #D28848 Peru

📋 copy color: '#D28848'

red 210 ◦ green 136 ◦ blue 72

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

Shades of Peru #D28848

Tints of Peru #D28848

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 17.22%

R = 50.24%
G = 32.54%
B = 17.22%

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

#D28848 (or 0xD28848) is known color: Peru. HEX triplet: D2, 88 and 48. RGB value is (210,136,72). Sum of RGB (Red+Green+Blue) = 210+136+72=418 (55% of max value = 765). Red value is 210 (82.42% from 255 or 50.24% from 418); Green value is 136 (53.52% from 255 or 32.54% from 418); Blue value is 72 (28.52% from 255 or 17.22% from 418); Max value from RGB is 210 - color contains mainly: red. Hex color #D28848 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D28848 is #2D77B7. Grayscale: #979797. Windows color (decimal): -2979768 or 4753618. OLE color: 4753618.

HSL color Cylindrical-coordinate representation of color #D28848: hue angle of 27.83º 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 #D28848 is Cyan = 0, Magento = 0.35, Yellow = 0.66 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 136 72 -
CMYK 0 0.35 0.66 0.18
HSL 27.83º 0.61% 0.55% -
HSV(B) 27.83º 0.66% 0.82% -
XYZ 36.55 31.78 10.34 -
YUV 150.83 83.52 170.2 -
System Red Green Blue C M Y K H S L
Decimal 210 136 72 0 0.35 0.66 0.18 27.83 0.61 0.55
Hex D2 88 48 0 23 42 12 1C 3D 37
Octal 322 210 110 0 43 102 22 34 75 67
Binary 11010010 10001000 1001000 0 100011 1000010 10010 11100 111101 110111

Color Harmonies of #D28848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D28848

Black with #D28848

Text Example


Text Example

White with #D28848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D28848; }

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

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

background-color css

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

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

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

border-color css

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

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

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