Html Css Color HEX #D18340 Peru

📋 copy color: '#D18340'

red 209 ◦ green 131 ◦ blue 64

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

Shades of Peru #D18340

Tints of Peru #D18340

RGB

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

 GREEN value IS 131 (51.56% from 255) = 32.43%

 BLUE value IS 64 (25.39% from 255) = 15.84%

R = 51.73%
G = 32.43%
B = 15.84%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.69

 K value IS 0.18

RGB Variations

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

Color information

#D18340 (or 0xD18340) is known color: Peru. HEX triplet: D1, 83 and 40. RGB value is (209,131,64). Sum of RGB (Red+Green+Blue) = 209+131+64=404 (53% of max value = 765). Red value is 209 (82.03% from 255 or 51.73% from 404); Green value is 131 (51.56% from 255 or 32.43% from 404); Blue value is 64 (25.39% from 255 or 15.84% from 404); Max value from RGB is 209 - color contains mainly: red. Hex color #D18340 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D18340 is #2E7CBF. Grayscale: #939393. Windows color (decimal): -3046592 or 4228049. OLE color: 4228049.

HSL color Cylindrical-coordinate representation of color #D18340: hue angle of 27.72º 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 #D18340 is Cyan = 0, Magento = 0.37, Yellow = 0.69 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 131 64 -
CMYK 0 0.37 0.69 0.18
HSL 27.72º 0.61% 0.54% -
HSV(B) 27.72º 0.69% 0.82% -
XYZ 35.34 30.16 8.81 -
YUV 146.68 81.34 172.45 -
System Red Green Blue C M Y K H S L
Decimal 209 131 64 0 0.37 0.69 0.18 27.72 0.61 0.54
Hex D1 83 40 0 25 45 12 1C 3D 36
Octal 321 203 100 0 45 105 22 34 75 66
Binary 11010001 10000011 1000000 0 100101 1000101 10010 11100 111101 110110

Color Harmonies of #D18340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D18340

Black with #D18340

Text Example


Text Example

White with #D18340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D18340; }

 p { color: rgb(209,131,64); }

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

background-color css

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

 a { background-color: rgb(209,131,64); }

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

border-color css

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

 span { border-color: rgb(209,131,64); }

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