Html Css Color HEX #D08941 Peru

📋 copy color: '#D08941'

red 208 ◦ green 137 ◦ blue 65

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

Shades of Peru #D08941

Tints of Peru #D08941

RGB

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

 GREEN value IS 137 (53.91% from 255) = 33.41%

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

R = 50.73%
G = 33.41%
B = 15.85%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.69

 K value IS 0.18

RGB Variations

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

Color information

#D08941 (or 0xD08941) is known color: Peru. HEX triplet: D0, 89 and 41. RGB value is (208,137,65). Sum of RGB (Red+Green+Blue) = 208+137+65=410 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.73% from 410); Green value is 137 (53.91% from 255 or 33.41% from 410); Blue value is 65 (25.78% from 255 or 15.85% from 410); Max value from RGB is 208 - color contains mainly: red. Hex color #D08941 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D08941 is #2F76BE. Grayscale: #969696. Windows color (decimal): -3110591 or 4295120. OLE color: 4295120.

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

Color convert

RGB 208 137 65 -
CMYK 0 0.34 0.69 0.18
HSL 30.21º 0.6% 0.54% -
HSV(B) 30.21º 0.69% 0.82% -
XYZ 35.91 31.68 9.22 -
YUV 150.02 80.02 169.35 -
System Red Green Blue C M Y K H S L
Decimal 208 137 65 0 0.34 0.69 0.18 30.21 0.6 0.54
Hex D0 89 41 0 22 45 12 1E 3C 36
Octal 320 211 101 0 42 105 22 36 74 66
Binary 11010000 10001001 1000001 0 100010 1000101 10010 11110 111100 110110

Color Harmonies of #D08941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08941

Black with #D08941

Text Example


Text Example

White with #D08941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08941; }

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

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

background-color css

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

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

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

border-color css

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

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

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