Html Css Color HEX #D0873E Peru

📋 copy color: '#D0873E'

red 208 ◦ green 135 ◦ blue 62

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

Shades of Peru #D0873E

Tints of Peru #D0873E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 15.31%

R = 51.36%
G = 33.33%
B = 15.31%

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

#D0873E (or 0xD0873E) is known color: Peru. HEX triplet: D0, 87 and 3E. RGB value is (208,135,62). Sum of RGB (Red+Green+Blue) = 208+135+62=405 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.36% from 405); Green value is 135 (53.12% from 255 or 33.33% from 405); Blue value is 62 (24.61% from 255 or 15.31% from 405); Max value from RGB is 208 - color contains mainly: red. Hex color #D0873E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0873E is #2F78C1. Grayscale: #949494. Windows color (decimal): -3111106 or 4098000. OLE color: 4098000.

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

Color convert

RGB 208 135 62 -
CMYK 0 0.35 0.70 0.18
HSL 30º 0.61% 0.53% -
HSV(B) 30º 0.7% 0.82% -
XYZ 35.55 31.09 8.68 -
YUV 148.51 79.18 170.44 -
System Red Green Blue C M Y K H S L
Decimal 208 135 62 0 0.35 0.70 0.18 30 0.61 0.53
Hex D0 87 3E 0 23 46 12 1E 3D 35
Octal 320 207 76 0 43 106 22 36 75 65
Binary 11010000 10000111 111110 0 100011 1000110 10010 11110 111101 110101

Color Harmonies of #D0873E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0873E

Black with #D0873E

Text Example


Text Example

White with #D0873E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0873E; }

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

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

background-color css

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

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

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

border-color css

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

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

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