Html Css Color HEX #80712C Pesto

📋 copy color: '#80712C'

red 128 ◦ green 113 ◦ blue 44

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

Shades of Pesto #80712C

Tints of Pesto #80712C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 15.44%

R = 44.91%
G = 39.65%
B = 15.44%

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

#80712C (or 0x80712C) is known color: Pesto. HEX triplet: 80, 71 and 2C. RGB value is (128,113,44). Sum of RGB (Red+Green+Blue) = 128+113+44=285 (37% of max value = 765). Red value is 128 (50.39% from 255 or 44.91% from 285); Green value is 113 (44.53% from 255 or 39.65% from 285); Blue value is 44 (17.58% from 255 or 15.44% from 285); Max value from RGB is 128 - color contains mainly: red. Hex color #80712C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #80712C is #7F8ED3. Grayscale: #6D6D6D. Windows color (decimal): -8359636 or 2912640. OLE color: 2912640.

HSL color Cylindrical-coordinate representation of color #80712C: hue angle of 49.29º degrees, saturation: 0.49, 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 #80712C is Cyan = 0, Magento = 0.12, Yellow = 0.66 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 113 44 -
CMYK 0 0.12 0.66 0.50
HSL 49.29º 0.49% 0.34% -
HSV(B) 49.29º 0.66% 0.5% -
XYZ 15.26 16.58 4.78 -
YUV 109.62 90.97 141.11 -
System Red Green Blue C M Y K H S L
Decimal 128 113 44 0 0.12 0.66 0.50 49.29 0.49 0.34
Hex 80 71 2C 0 C 42 32 31 31 22
Octal 200 161 54 0 14 102 62 61 61 42
Binary 10000000 1110001 101100 0 1100 1000010 110010 110001 110001 100010

Color Harmonies of #80712C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80712C

Black with #80712C

Text Example


Text Example

White with #80712C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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