Html Css Color HEX #D18141 Peru

📋 copy color: '#D18141'

red 209 ◦ green 129 ◦ blue 65

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

Shades of Peru #D18141

Tints of Peru #D18141

RGB

 RED value IS 209 (82.03% from 255) = 51.86%

 GREEN value IS 129 (50.78% from 255) = 32.01%

 BLUE value IS 65 (25.78% from 255) = 16.13%

R = 51.86%
G = 32.01%
B = 16.13%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.69

 K value IS 0.18

RGB Variations

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

Color information

#D18141 (or 0xD18141) is known color: Peru. HEX triplet: D1, 81 and 41. RGB value is (209,129,65). Sum of RGB (Red+Green+Blue) = 209+129+65=403 (53% of max value = 765). Red value is 209 (82.03% from 255 or 51.86% from 403); Green value is 129 (50.78% from 255 or 32.01% from 403); Blue value is 65 (25.78% from 255 or 16.13% from 403); Max value from RGB is 209 - color contains mainly: red. Hex color #D18141 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D18141 is #2E7EBE. Grayscale: #919191. Windows color (decimal): -3047103 or 4293073. OLE color: 4293073.

HSL color Cylindrical-coordinate representation of color #D18141: hue angle of 26.67º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D18141 is Cyan = 0, Magento = 0.38, Yellow = 0.69 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 129 65 -
CMYK 0 0.38 0.69 0.18
HSL 26.67º 0.61% 0.54% -
HSV(B) 26.67º 0.69% 0.82% -
XYZ 35.1 29.64 8.87 -
YUV 145.62 82.5 173.2 -
System Red Green Blue C M Y K H S L
Decimal 209 129 65 0 0.38 0.69 0.18 26.67 0.61 0.54
Hex D1 81 41 0 26 45 12 1B 3D 36
Octal 321 201 101 0 46 105 22 33 75 66
Binary 11010001 10000001 1000001 0 100110 1000101 10010 11011 111101 110110

Color Harmonies of #D18141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D18141

Black with #D18141

Text Example


Text Example

White with #D18141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D18141; }

 p { color: rgb(209,129,65); }

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

background-color css

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

 a { background-color: rgb(209,129,65); }

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

border-color css

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

 span { border-color: rgb(209,129,65); }

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