Html Css Color HEX #D0873F Peru

📋 copy color: '#D0873F'

red 208 ◦ green 135 ◦ blue 63

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

Shades of Peru #D0873F

Tints of Peru #D0873F

RGB

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

 GREEN value IS 135 (53.13% from 255) = 33.25%

 BLUE value IS 63 (25% from 255) = 15.52%

R = 51.23%
G = 33.25%
B = 15.52%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.70

 K value IS 0.18

RGB Variations

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

Color information

#D0873F (or 0xD0873F) is known color: Peru. HEX triplet: D0, 87 and 3F. RGB value is (208,135,63). Sum of RGB (Red+Green+Blue) = 208+135+63=406 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.23% from 406); Green value is 135 (53.12% from 255 or 33.25% from 406); Blue value is 63 (25% from 255 or 15.52% from 406); Max value from RGB is 208 - color contains mainly: red. Hex color #D0873F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0873F is #2F78C0. Grayscale: #949494. Windows color (decimal): -3111105 or 4163536. OLE color: 4163536.

HSL color Cylindrical-coordinate representation of color #D0873F: hue angle of 29.79º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D0873F is Cyan = 0, Magento = 0.35, Yellow = 0.70 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 135 63 -
CMYK 0 0.35 0.70 0.18
HSL 29.79º 0.61% 0.53% -
HSV(B) 29.79º 0.7% 0.82% -
XYZ 35.57 31.1 8.83 -
YUV 148.62 79.68 170.35 -
System Red Green Blue C M Y K H S L
Decimal 208 135 63 0 0.35 0.70 0.18 29.79 0.61 0.53
Hex D0 87 3F 0 23 46 12 1E 3D 35
Octal 320 207 77 0 43 106 22 36 75 65
Binary 11010000 10000111 111111 0 100011 1000110 10010 11110 111101 110101

Color Harmonies of #D0873F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0873F

Black with #D0873F

Text Example


Text Example

White with #D0873F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0873F; }

 p { color: rgb(208,135,63); }

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

background-color css

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

 a { background-color: rgb(208,135,63); }

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

border-color css

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

 span { border-color: rgb(208,135,63); }

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