Html Css Color HEX #D08341 Peru

📋 copy color: '#D08341'

red 208 ◦ green 131 ◦ blue 65

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

Shades of Peru #D08341

Tints of Peru #D08341

RGB

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

 GREEN value IS 131 (51.56% from 255) = 32.43%

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

R = 51.49%
G = 32.43%
B = 16.09%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.69

 K value IS 0.18

RGB Variations

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

Color information

#D08341 (or 0xD08341) is known color: Peru. HEX triplet: D0, 83 and 41. RGB value is (208,131,65). Sum of RGB (Red+Green+Blue) = 208+131+65=404 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.49% from 404); Green value is 131 (51.56% from 255 or 32.43% from 404); Blue value is 65 (25.78% from 255 or 16.09% from 404); Max value from RGB is 208 - color contains mainly: red. Hex color #D08341 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D08341 is #2F7CBE. Grayscale: #929292. Windows color (decimal): -3112127 or 4293584. OLE color: 4293584.

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

Color convert

RGB 208 131 65 -
CMYK 0 0.37 0.69 0.18
HSL 27.69º 0.6% 0.54% -
HSV(B) 27.69º 0.69% 0.82% -
XYZ 35.08 30.02 8.95 -
YUV 146.5 82.01 171.87 -
System Red Green Blue C M Y K H S L
Decimal 208 131 65 0 0.37 0.69 0.18 27.69 0.6 0.54
Hex D0 83 41 0 25 45 12 1C 3C 36
Octal 320 203 101 0 45 105 22 34 74 66
Binary 11010000 10000011 1000001 0 100101 1000101 10010 11100 111100 110110

Color Harmonies of #D08341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08341

Black with #D08341

Text Example


Text Example

White with #D08341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08341; }

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

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

background-color css

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

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

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

border-color css

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

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

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