Html Css Color HEX #80723A Pesto

📋 copy color: '#80723A'

red 128 ◦ green 114 ◦ blue 58

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

Shades of Pesto #80723A

Tints of Pesto #80723A

RGB

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

 GREEN value IS 114 (44.92% from 255) = 38%

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

R = 42.67%
G = 38%
B = 19.33%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.55

 K value IS 0.50

RGB Variations

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

Color information

#80723A (or 0x80723A) is known color: Pesto. HEX triplet: 80, 72 and 3A. RGB value is (128,114,58). Sum of RGB (Red+Green+Blue) = 128+114+58=300 (39% of max value = 765). Red value is 128 (50.39% from 255 or 42.67% from 300); Green value is 114 (44.92% from 255 or 38% from 300); Blue value is 58 (23.05% from 255 or 19.33% from 300); Max value from RGB is 128 - color contains mainly: red. Hex color #80723A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #80723A is #7F8DC5. Grayscale: #707070. Windows color (decimal): -8359366 or 3830400. OLE color: 3830400.

HSL color Cylindrical-coordinate representation of color #80723A: hue angle of 48º 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 #80723A is Cyan = 0, Magento = 0.11, Yellow = 0.55 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 114 58 -
CMYK 0 0.11 0.55 0.50
HSL 48º 0.38% 0.36% -
HSV(B) 48º 0.55% 0.5% -
XYZ 15.68 16.93 6.44 -
YUV 111.8 97.64 139.55 -
System Red Green Blue C M Y K H S L
Decimal 128 114 58 0 0.11 0.55 0.50 48 0.38 0.36
Hex 80 72 3A 0 B 37 32 30 26 24
Octal 200 162 72 0 13 67 62 60 46 44
Binary 10000000 1110010 111010 0 1011 110111 110010 110000 100110 100100

Color Harmonies of #80723A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80723A

Black with #80723A

Text Example


Text Example

White with #80723A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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