Html Css Color HEX #D49046 Peru

📋 copy color: '#D49046'

red 212 ◦ green 144 ◦ blue 70

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

Shades of Peru #D49046

Tints of Peru #D49046

RGB

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

 GREEN value IS 144 (56.64% from 255) = 33.8%

 BLUE value IS 70 (27.73% from 255) = 16.43%

R = 49.77%
G = 33.8%
B = 16.43%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.67

 K value IS 0.17

RGB Variations

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

Color information

#D49046 (or 0xD49046) is known color: Peru. HEX triplet: D4, 90 and 46. RGB value is (212,144,70). Sum of RGB (Red+Green+Blue) = 212+144+70=426 (56% of max value = 765). Red value is 212 (83.20% from 255 or 49.77% from 426); Green value is 144 (56.64% from 255 or 33.80% from 426); Blue value is 70 (27.73% from 255 or 16.43% from 426); Max value from RGB is 212 - color contains mainly: red. Hex color #D49046 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D49046 is #2B6FB9. Grayscale: #9C9C9C. Windows color (decimal): -2846650 or 4624596. OLE color: 4624596.

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

Color convert

RGB 212 144 70 -
CMYK 0 0.32 0.67 0.17
HSL 31.27º 0.62% 0.55% -
HSV(B) 31.27º 0.67% 0.83% -
XYZ 38.23 34.39 10.42 -
YUV 155.9 79.53 168.02 -
System Red Green Blue C M Y K H S L
Decimal 212 144 70 0 0.32 0.67 0.17 31.27 0.62 0.55
Hex D4 90 46 0 20 43 11 1F 3E 37
Octal 324 220 106 0 40 103 21 37 76 67
Binary 11010100 10010000 1000110 0 100000 1000011 10001 11111 111110 110111

Color Harmonies of #D49046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49046

Black with #D49046

Text Example


Text Example

White with #D49046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49046; }

 p { color: rgb(212,144,70); }

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

background-color css

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

 a { background-color: rgb(212,144,70); }

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

border-color css

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

 span { border-color: rgb(212,144,70); }

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