Html Css Color HEX #D08841 Peru

📋 copy color: '#D08841'

red 208 ◦ green 136 ◦ blue 65

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

Shades of Peru #D08841

Tints of Peru #D08841

RGB

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

 GREEN value IS 136 (53.52% from 255) = 33.25%

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

R = 50.86%
G = 33.25%
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

#D08841 (or 0xD08841) is known color: Peru. HEX triplet: D0, 88 and 41. RGB value is (208,136,65). Sum of RGB (Red+Green+Blue) = 208+136+65=409 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.86% from 409); Green value is 136 (53.52% from 255 or 33.25% from 409); Blue value is 65 (25.78% from 255 or 15.89% from 409); Max value from RGB is 208 - color contains mainly: red. Hex color #D08841 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D08841 is #2F77BE. Grayscale: #959595. Windows color (decimal): -3110847 or 4294864. OLE color: 4294864.

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

Color convert

RGB 208 136 65 -
CMYK 0 0.35 0.69 0.18
HSL 29.79º 0.6% 0.54% -
HSV(B) 29.79º 0.69% 0.82% -
XYZ 35.77 31.4 9.18 -
YUV 149.43 80.35 169.77 -
System Red Green Blue C M Y K H S L
Decimal 208 136 65 0 0.35 0.69 0.18 29.79 0.6 0.54
Hex D0 88 41 0 23 45 12 1E 3C 36
Octal 320 210 101 0 43 105 22 36 74 66
Binary 11010000 10001000 1000001 0 100011 1000101 10010 11110 111100 110110

Color Harmonies of #D08841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08841

Black with #D08841

Text Example


Text Example

White with #D08841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08841; }

 p { color: rgb(208,136,65); }

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

background-color css

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

 a { background-color: rgb(208,136,65); }

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

border-color css

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

 span { border-color: rgb(208,136,65); }

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