Html Css Color HEX #D08445 Peru

📋 copy color: '#D08445'

red 208 ◦ green 132 ◦ blue 69

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

Shades of Peru #D08445

Tints of Peru #D08445

RGB

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

 GREEN value IS 132 (51.95% from 255) = 32.27%

 BLUE value IS 69 (27.34% from 255) = 16.87%

R = 50.86%
G = 32.27%
B = 16.87%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.67

 K value IS 0.18

RGB Variations

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

Color information

#D08445 (or 0xD08445) is known color: Peru. HEX triplet: D0, 84 and 45. RGB value is (208,132,69). Sum of RGB (Red+Green+Blue) = 208+132+69=409 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.86% from 409); Green value is 132 (51.95% from 255 or 32.27% from 409); Blue value is 69 (27.34% from 255 or 16.87% from 409); Max value from RGB is 208 - color contains mainly: red. Hex color #D08445 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D08445 is #2F7BBA. Grayscale: #939393. Windows color (decimal): -3111867 or 4555984. OLE color: 4555984.

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

Color convert

RGB 208 132 69 -
CMYK 0 0.37 0.67 0.18
HSL 27.19º 0.6% 0.54% -
HSV(B) 27.19º 0.67% 0.82% -
XYZ 35.34 30.34 9.62 -
YUV 147.54 83.68 171.12 -
System Red Green Blue C M Y K H S L
Decimal 208 132 69 0 0.37 0.67 0.18 27.19 0.6 0.54
Hex D0 84 45 0 25 43 12 1B 3C 36
Octal 320 204 105 0 45 103 22 33 74 66
Binary 11010000 10000100 1000101 0 100101 1000011 10010 11011 111100 110110

Color Harmonies of #D08445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08445

Black with #D08445

Text Example


Text Example

White with #D08445

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08445; }

 p { color: rgb(208,132,69); }

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

background-color css

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

 a { background-color: rgb(208,132,69); }

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

border-color css

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

 span { border-color: rgb(208,132,69); }

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