Html Css Color HEX #80712B Pesto

📋 copy color: '#80712B'

red 128 ◦ green 113 ◦ blue 43

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

Shades of Pesto #80712B

Tints of Pesto #80712B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 15.14%

R = 45.07%
G = 39.79%
B = 15.14%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.66

 K value IS 0.50

RGB Variations

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

Color information

#80712B (or 0x80712B) is known color: Pesto. HEX triplet: 80, 71 and 2B. RGB value is (128,113,43). Sum of RGB (Red+Green+Blue) = 128+113+43=284 (37% of max value = 765). Red value is 128 (50.39% from 255 or 45.07% from 284); Green value is 113 (44.53% from 255 or 39.79% from 284); Blue value is 43 (17.19% from 255 or 15.14% from 284); Max value from RGB is 128 - color contains mainly: red. Hex color #80712B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #80712B is #7F8ED4. Grayscale: #6D6D6D. Windows color (decimal): -8359637 or 2847104. OLE color: 2847104.

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

Color convert

RGB 128 113 43 -
CMYK 0 0.12 0.66 0.50
HSL 49.41º 0.5% 0.34% -
HSV(B) 49.41º 0.66% 0.5% -
XYZ 15.24 16.57 4.68 -
YUV 109.51 90.47 141.19 -
System Red Green Blue C M Y K H S L
Decimal 128 113 43 0 0.12 0.66 0.50 49.41 0.5 0.34
Hex 80 71 2B 0 C 42 32 31 32 22
Octal 200 161 53 0 14 102 62 61 62 42
Binary 10000000 1110001 101011 0 1100 1000010 110010 110001 110010 100010

Color Harmonies of #80712B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80712B

Black with #80712B

Text Example


Text Example

White with #80712B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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