Html Css Color HEX #D39047 Peru

📋 copy color: '#D39047'

red 211 ◦ green 144 ◦ blue 71

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

Shades of Peru #D39047

Tints of Peru #D39047

RGB

 RED value IS 211 (82.81% from 255) = 49.53%

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

 BLUE value IS 71 (28.13% from 255) = 16.67%

R = 49.53%
G = 33.8%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.66

 K value IS 0.17

RGB Variations

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

Color information

#D39047 (or 0xD39047) is known color: Peru. HEX triplet: D3, 90 and 47. RGB value is (211,144,71). Sum of RGB (Red+Green+Blue) = 211+144+71=426 (56% of max value = 765). Red value is 211 (82.81% from 255 or 49.53% from 426); Green value is 144 (56.64% from 255 or 33.80% from 426); Blue value is 71 (28.12% from 255 or 16.67% from 426); Max value from RGB is 211 - color contains mainly: red. Hex color #D39047 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D39047 is #2C6FB8. Grayscale: #9C9C9C. Windows color (decimal): -2912185 or 4690131. OLE color: 4690131.

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

Color convert

RGB 211 144 71 -
CMYK 0 0.32 0.66 0.17
HSL 31.29º 0.61% 0.55% -
HSV(B) 31.29º 0.66% 0.83% -
XYZ 37.97 34.25 10.57 -
YUV 155.71 80.2 167.44 -
System Red Green Blue C M Y K H S L
Decimal 211 144 71 0 0.32 0.66 0.17 31.29 0.61 0.55
Hex D3 90 47 0 20 42 11 1F 3D 37
Octal 323 220 107 0 40 102 21 37 75 67
Binary 11010011 10010000 1000111 0 100000 1000010 10001 11111 111101 110111

Color Harmonies of #D39047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D39047

Black with #D39047

Text Example


Text Example

White with #D39047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D39047; }

 p { color: rgb(211,144,71); }

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

background-color css

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

 a { background-color: rgb(211,144,71); }

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

border-color css

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

 span { border-color: rgb(211,144,71); }

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