Html Css Color HEX #D18741 Peru

📋 copy color: '#D18741'

red 209 ◦ green 135 ◦ blue 65

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

Shades of Peru #D18741

Tints of Peru #D18741

RGB

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

 GREEN value IS 135 (53.13% from 255) = 33.01%

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

R = 51.1%
G = 33.01%
B = 15.89%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.69

 K value IS 0.18

RGB Variations

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

Color information

#D18741 (or 0xD18741) is known color: Peru. HEX triplet: D1, 87 and 41. RGB value is (209,135,65). Sum of RGB (Red+Green+Blue) = 209+135+65=409 (54% of max value = 765). Red value is 209 (82.03% from 255 or 51.10% from 409); Green value is 135 (53.12% from 255 or 33.01% from 409); Blue value is 65 (25.78% from 255 or 15.89% from 409); Max value from RGB is 209 - color contains mainly: red. Hex color #D18741 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D18741 is #2E78BE. Grayscale: #959595. Windows color (decimal): -3045567 or 4294609. OLE color: 4294609.

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

Color convert

RGB 209 135 65 -
CMYK 0 0.35 0.69 0.18
HSL 29.17º 0.61% 0.54% -
HSV(B) 29.17º 0.69% 0.82% -
XYZ 35.91 31.26 9.14 -
YUV 149.15 80.52 170.69 -
System Red Green Blue C M Y K H S L
Decimal 209 135 65 0 0.35 0.69 0.18 29.17 0.61 0.54
Hex D1 87 41 0 23 45 12 1D 3D 36
Octal 321 207 101 0 43 105 22 35 75 66
Binary 11010001 10000111 1000001 0 100011 1000101 10010 11101 111101 110110

Color Harmonies of #D18741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D18741

Black with #D18741

Text Example


Text Example

White with #D18741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D18741; }

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

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

background-color css

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

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

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

border-color css

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

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

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