Html Css Color HEX #D48C49 Peru

📋 copy color: '#D48C49'

red 212 ◦ green 140 ◦ blue 73

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

Shades of Peru #D48C49

Tints of Peru #D48C49

RGB

 RED value IS 212 (83.2% from 255) = 49.88%

 GREEN value IS 140 (55.08% from 255) = 32.94%

 BLUE value IS 73 (28.91% from 255) = 17.18%

R = 49.88%
G = 32.94%
B = 17.18%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.66

 K value IS 0.17

RGB Variations

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

Color information

#D48C49 (or 0xD48C49) is known color: Peru. HEX triplet: D4, 8C and 49. RGB value is (212,140,73). Sum of RGB (Red+Green+Blue) = 212+140+73=425 (56% of max value = 765). Red value is 212 (83.20% from 255 or 49.88% from 425); Green value is 140 (55.08% from 255 or 32.94% from 425); Blue value is 73 (28.91% from 255 or 17.18% from 425); Max value from RGB is 212 - color contains mainly: red. Hex color #D48C49 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D48C49 is #2B73B6. Grayscale: #9A9A9A. Windows color (decimal): -2847671 or 4820180. OLE color: 4820180.

HSL color Cylindrical-coordinate representation of color #D48C49: hue angle of 28.92º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D48C49 is Cyan = 0, Magento = 0.34, Yellow = 0.66 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 140 73 -
CMYK 0 0.34 0.66 0.17
HSL 28.92º 0.62% 0.56% -
HSV(B) 28.92º 0.66% 0.83% -
XYZ 37.73 33.23 10.73 -
YUV 153.89 82.35 169.45 -
System Red Green Blue C M Y K H S L
Decimal 212 140 73 0 0.34 0.66 0.17 28.92 0.62 0.56
Hex D4 8C 49 0 22 42 11 1D 3E 38
Octal 324 214 111 0 42 102 21 35 76 70
Binary 11010100 10001100 1001001 0 100010 1000010 10001 11101 111110 111000

Color Harmonies of #D48C49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D48C49

Black with #D48C49

Text Example


Text Example

White with #D48C49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D48C49; }

 p { color: rgb(212,140,73); }

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

background-color css

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

 a { background-color: rgb(212,140,73); }

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

border-color css

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

 span { border-color: rgb(212,140,73); }

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