Html Css Color HEX #80712D Pesto

📋 copy color: '#80712D'

red 128 ◦ green 113 ◦ blue 45

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

Shades of Pesto #80712D

Tints of Pesto #80712D

RGB

 RED value IS 128 (50.39% from 255) = 44.76%

 GREEN value IS 113 (44.53% from 255) = 39.51%

 BLUE value IS 45 (17.97% from 255) = 15.73%

R = 44.76%
G = 39.51%
B = 15.73%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.65

 K value IS 0.50

RGB Variations

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

Color information

#80712D (or 0x80712D) is known color: Pesto. HEX triplet: 80, 71 and 2D. RGB value is (128,113,45). Sum of RGB (Red+Green+Blue) = 128+113+45=286 (37% of max value = 765). Red value is 128 (50.39% from 255 or 44.76% from 286); Green value is 113 (44.53% from 255 or 39.51% from 286); Blue value is 45 (17.97% from 255 or 15.73% from 286); Max value from RGB is 128 - color contains mainly: red. Hex color #80712D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #80712D is #7F8ED2. Grayscale: #6E6E6E. Windows color (decimal): -8359635 or 2978176. OLE color: 2978176.

HSL color Cylindrical-coordinate representation of color #80712D: hue angle of 49.16º degrees, saturation: 0.48, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #80712D is Cyan = 0, Magento = 0.12, Yellow = 0.65 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 113 45 -
CMYK 0 0.12 0.65 0.50
HSL 49.16º 0.48% 0.34% -
HSV(B) 49.16º 0.65% 0.5% -
XYZ 15.28 16.59 4.88 -
YUV 109.73 91.47 141.03 -
System Red Green Blue C M Y K H S L
Decimal 128 113 45 0 0.12 0.65 0.50 49.16 0.48 0.34
Hex 80 71 2D 0 C 41 32 31 30 22
Octal 200 161 55 0 14 101 62 61 60 42
Binary 10000000 1110001 101101 0 1100 1000001 110010 110001 110000 100010

Color Harmonies of #80712D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80712D

Black with #80712D

Text Example


Text Example

White with #80712D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80712D; }

 p { color: rgb(128,113,45); }

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

background-color css

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

 a { background-color: rgb(128,113,45); }

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

border-color css

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

 span { border-color: rgb(128,113,45); }

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