Html Css Color HEX #D08945 Peru

📋 copy color: '#D08945'

red 208 ◦ green 137 ◦ blue 69

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

Shades of Peru #D08945

Tints of Peru #D08945

RGB

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

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

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

R = 50.24%
G = 33.09%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.67

 K value IS 0.18

RGB Variations

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

Color information

#D08945 (or 0xD08945) is known color: Peru. HEX triplet: D0, 89 and 45. RGB value is (208,137,69). Sum of RGB (Red+Green+Blue) = 208+137+69=414 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.24% from 414); Green value is 137 (53.91% from 255 or 33.09% from 414); Blue value is 69 (27.34% from 255 or 16.67% from 414); Max value from RGB is 208 - color contains mainly: red. Hex color #D08945 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D08945 is #2F76BA. Grayscale: #969696. Windows color (decimal): -3110587 or 4557264. OLE color: 4557264.

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

Color convert

RGB 208 137 69 -
CMYK 0 0.34 0.67 0.18
HSL 29.35º 0.6% 0.54% -
HSV(B) 29.35º 0.67% 0.82% -
XYZ 36.03 31.73 9.86 -
YUV 150.48 82.02 169.03 -
System Red Green Blue C M Y K H S L
Decimal 208 137 69 0 0.34 0.67 0.18 29.35 0.6 0.54
Hex D0 89 45 0 22 43 12 1D 3C 36
Octal 320 211 105 0 42 103 22 35 74 66
Binary 11010000 10001001 1000101 0 100010 1000011 10010 11101 111100 110110

Color Harmonies of #D08945

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08945

Black with #D08945

Text Example


Text Example

White with #D08945

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08945; }

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

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

background-color css

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

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

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

border-color css

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

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

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