Html Css Color HEX #80733A Pesto

📋 copy color: '#80733A'

red 128 ◦ green 115 ◦ blue 58

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

Shades of Pesto #80733A

Tints of Pesto #80733A

RGB

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

 GREEN value IS 115 (45.31% from 255) = 38.21%

 BLUE value IS 58 (23.05% from 255) = 19.27%

R = 42.52%
G = 38.21%
B = 19.27%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.55

 K value IS 0.50

RGB Variations

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

Color information

#80733A (or 0x80733A) is known color: Pesto. HEX triplet: 80, 73 and 3A. RGB value is (128,115,58). Sum of RGB (Red+Green+Blue) = 128+115+58=301 (39% of max value = 765). Red value is 128 (50.39% from 255 or 42.52% from 301); Green value is 115 (45.31% from 255 or 38.21% from 301); Blue value is 58 (23.05% from 255 or 19.27% from 301); Max value from RGB is 128 - color contains mainly: red. Hex color #80733A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #80733A is #7F8CC5. Grayscale: #707070. Windows color (decimal): -8359110 or 3830656. OLE color: 3830656.

HSL color Cylindrical-coordinate representation of color #80733A: hue angle of 48.86º degrees, saturation: 0.38, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #80733A is Cyan = 0, Magento = 0.10, Yellow = 0.55 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 115 58 -
CMYK 0 0.10 0.55 0.50
HSL 48.86º 0.38% 0.36% -
HSV(B) 48.86º 0.55% 0.5% -
XYZ 15.8 17.16 6.48 -
YUV 112.39 97.31 139.13 -
System Red Green Blue C M Y K H S L
Decimal 128 115 58 0 0.10 0.55 0.50 48.86 0.38 0.36
Hex 80 73 3A 0 A 37 32 31 26 24
Octal 200 163 72 0 12 67 62 61 46 44
Binary 10000000 1110011 111010 0 1010 110111 110010 110001 100110 100100

Color Harmonies of #80733A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80733A

Black with #80733A

Text Example


Text Example

White with #80733A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80733A; }

 p { color: rgb(128,115,58); }

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

background-color css

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

 a { background-color: rgb(128,115,58); }

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

border-color css

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

 span { border-color: rgb(128,115,58); }

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