Html Css Color HEX #D08140 Peru

📋 copy color: '#D08140'

red 208 ◦ green 129 ◦ blue 64

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

Shades of Peru #D08140

Tints of Peru #D08140

RGB

 RED value IS 208 (81.64% from 255) = 51.87%

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

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

R = 51.87%
G = 32.17%
B = 15.96%

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

#D08140 (or 0xD08140) is known color: Peru. HEX triplet: D0, 81 and 40. RGB value is (208,129,64). Sum of RGB (Red+Green+Blue) = 208+129+64=401 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.87% from 401); Green value is 129 (50.78% from 255 or 32.17% from 401); Blue value is 64 (25.39% from 255 or 15.96% from 401); Max value from RGB is 208 - color contains mainly: red. Hex color #D08140 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D08140 is #2F7EBF. Grayscale: #919191. Windows color (decimal): -3112640 or 4227536. OLE color: 4227536.

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

Color convert

RGB 208 129 64 -
CMYK 0 0.38 0.69 0.18
HSL 27.08º 0.61% 0.53% -
HSV(B) 27.08º 0.69% 0.82% -
XYZ 34.79 29.48 8.71 -
YUV 145.21 82.17 172.79 -
System Red Green Blue C M Y K H S L
Decimal 208 129 64 0 0.38 0.69 0.18 27.08 0.61 0.53
Hex D0 81 40 0 26 45 12 1B 3D 35
Octal 320 201 100 0 46 105 22 33 75 65
Binary 11010000 10000001 1000000 0 100110 1000101 10010 11011 111101 110101

Color Harmonies of #D08140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08140

Black with #D08140

Text Example


Text Example

White with #D08140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08140; }

 p { color: rgb(208,129,64); }

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

background-color css

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

 a { background-color: rgb(208,129,64); }

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

border-color css

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

 span { border-color: rgb(208,129,64); }

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