Html Css Color HEX #D08747 Peru

📋 copy color: '#D08747'

red 208 ◦ green 135 ◦ blue 71

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

Shades of Peru #D08747

Tints of Peru #D08747

RGB

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

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

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

R = 50.24%
G = 32.61%
B = 17.15%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.66

 K value IS 0.18

RGB Variations

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

Color information

#D08747 (or 0xD08747) is known color: Peru. HEX triplet: D0, 87 and 47. RGB value is (208,135,71). Sum of RGB (Red+Green+Blue) = 208+135+71=414 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.24% from 414); Green value is 135 (53.12% from 255 or 32.61% from 414); Blue value is 71 (28.12% from 255 or 17.15% from 414); Max value from RGB is 208 - color contains mainly: red. Hex color #D08747 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D08747 is #2F78B8. Grayscale: #959595. Windows color (decimal): -3111097 or 4687824. OLE color: 4687824.

HSL color Cylindrical-coordinate representation of color #D08747: hue angle of 28.03º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D08747 is Cyan = 0, Magento = 0.35, Yellow = 0.66 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 135 71 -
CMYK 0 0.35 0.66 0.18
HSL 28.03º 0.59% 0.55% -
HSV(B) 28.03º 0.66% 0.82% -
XYZ 35.81 31.19 10.09 -
YUV 149.53 83.68 169.7 -
System Red Green Blue C M Y K H S L
Decimal 208 135 71 0 0.35 0.66 0.18 28.03 0.59 0.55
Hex D0 87 47 0 23 42 12 1C 3B 37
Octal 320 207 107 0 43 102 22 34 73 67
Binary 11010000 10000111 1000111 0 100011 1000010 10010 11100 111011 110111

Color Harmonies of #D08747

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08747

Black with #D08747

Text Example


Text Example

White with #D08747

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08747; }

 p { color: rgb(208,135,71); }

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

background-color css

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

 a { background-color: rgb(208,135,71); }

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

border-color css

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

 span { border-color: rgb(208,135,71); }

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