Html Css Color HEX #D28838 Peru

📋 copy color: '#D28838'

red 210 ◦ green 136 ◦ blue 56

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

Shades of Peru #D28838

Tints of Peru #D28838

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 13.93%

R = 52.24%
G = 33.83%
B = 13.93%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.73

 K value IS 0.18

RGB Variations

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

Color information

#D28838 (or 0xD28838) is known color: Peru. HEX triplet: D2, 88 and 38. RGB value is (210,136,56). Sum of RGB (Red+Green+Blue) = 210+136+56=402 (53% of max value = 765). Red value is 210 (82.42% from 255 or 52.24% from 402); Green value is 136 (53.52% from 255 or 33.83% from 402); Blue value is 56 (22.27% from 255 or 13.93% from 402); Max value from RGB is 210 - color contains mainly: red. Hex color #D28838 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D28838 is #2D77C7. Grayscale: #959595. Windows color (decimal): -2979784 or 3705042. OLE color: 3705042.

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

Color convert

RGB 210 136 56 -
CMYK 0 0.35 0.73 0.18
HSL 31.17º 0.63% 0.52% -
HSV(B) 31.17º 0.73% 0.82% -
XYZ 36.1 31.6 7.94 -
YUV 149.01 75.52 171.5 -
System Red Green Blue C M Y K H S L
Decimal 210 136 56 0 0.35 0.73 0.18 31.17 0.63 0.52
Hex D2 88 38 0 23 49 12 1F 3F 34
Octal 322 210 70 0 43 111 22 37 77 64
Binary 11010010 10001000 111000 0 100011 1001001 10010 11111 111111 110100

Color Harmonies of #D28838

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D28838

Black with #D28838

Text Example


Text Example

White with #D28838

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D28838; }

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

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

background-color css

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

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

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

border-color css

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

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

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