Html Css Color HEX #D28B4B Peru

📋 copy color: '#D28B4B'

red 210 ◦ green 139 ◦ blue 75

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

Shades of Peru #D28B4B

Tints of Peru #D28B4B

RGB

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

 GREEN value IS 139 (54.69% from 255) = 32.78%

 BLUE value IS 75 (29.69% from 255) = 17.69%

R = 49.53%
G = 32.78%
B = 17.69%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.64

 K value IS 0.18

RGB Variations

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

Color information

#D28B4B (or 0xD28B4B) is known color: Peru. HEX triplet: D2, 8B and 4B. RGB value is (210,139,75). Sum of RGB (Red+Green+Blue) = 210+139+75=424 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.53% from 424); Green value is 139 (54.69% from 255 or 32.78% from 424); Blue value is 75 (29.69% from 255 or 17.69% from 424); Max value from RGB is 210 - color contains mainly: red. Hex color #D28B4B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D28B4B is #2D74B4. Grayscale: #999999. Windows color (decimal): -2978997 or 4950994. OLE color: 4950994.

HSL color Cylindrical-coordinate representation of color #D28B4B: hue angle of 28.44º degrees, saturation: 0.6, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D28B4B is Cyan = 0, Magento = 0.34, Yellow = 0.64 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 139 75 -
CMYK 0 0.34 0.64 0.18
HSL 28.44º 0.6% 0.56% -
HSV(B) 28.44º 0.64% 0.82% -
XYZ 37.08 32.67 11.01 -
YUV 152.93 84.02 168.7 -
System Red Green Blue C M Y K H S L
Decimal 210 139 75 0 0.34 0.64 0.18 28.44 0.6 0.56
Hex D2 8B 4B 0 22 40 12 1C 3C 38
Octal 322 213 113 0 42 100 22 34 74 70
Binary 11010010 10001011 1001011 0 100010 1000000 10010 11100 111100 111000

Color Harmonies of #D28B4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D28B4B

Black with #D28B4B

Text Example


Text Example

White with #D28B4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D28B4B; }

 p { color: rgb(210,139,75); }

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

background-color css

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

 a { background-color: rgb(210,139,75); }

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

border-color css

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

 span { border-color: rgb(210,139,75); }

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