Html Css Color HEX #D08F48 Peru

📋 copy color: '#D08F48'

red 208 ◦ green 143 ◦ blue 72

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

Shades of Peru #D08F48

Tints of Peru #D08F48

RGB

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

 GREEN value IS 143 (56.25% from 255) = 33.81%

 BLUE value IS 72 (28.52% from 255) = 17.02%

R = 49.17%
G = 33.81%
B = 17.02%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.65

 K value IS 0.18

RGB Variations

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

Color information

#D08F48 (or 0xD08F48) is known color: Peru. HEX triplet: D0, 8F and 48. RGB value is (208,143,72). Sum of RGB (Red+Green+Blue) = 208+143+72=423 (56% of max value = 765). Red value is 208 (81.64% from 255 or 49.17% from 423); Green value is 143 (56.25% from 255 or 33.81% from 423); Blue value is 72 (28.52% from 255 or 17.02% from 423); Max value from RGB is 208 - color contains mainly: red. Hex color #D08F48 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D08F48 is #2F70B7. Grayscale: #9A9A9A. Windows color (decimal): -3109048 or 4755408. OLE color: 4755408.

HSL color Cylindrical-coordinate representation of color #D08F48: hue angle of 31.32º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D08F48 is Cyan = 0, Magento = 0.31, Yellow = 0.65 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 143 72 -
CMYK 0 0.31 0.65 0.18
HSL 31.32º 0.59% 0.55% -
HSV(B) 31.32º 0.65% 0.82% -
XYZ 37 33.52 10.65 -
YUV 154.34 81.53 166.27 -
System Red Green Blue C M Y K H S L
Decimal 208 143 72 0 0.31 0.65 0.18 31.32 0.59 0.55
Hex D0 8F 48 0 1F 41 12 1F 3B 37
Octal 320 217 110 0 37 101 22 37 73 67
Binary 11010000 10001111 1001000 0 11111 1000001 10010 11111 111011 110111

Color Harmonies of #D08F48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08F48

Black with #D08F48

Text Example


Text Example

White with #D08F48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08F48; }

 p { color: rgb(208,143,72); }

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

background-color css

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

 a { background-color: rgb(208,143,72); }

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

border-color css

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

 span { border-color: rgb(208,143,72); }

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