Html Css Color HEX #80743A Pesto

📋 copy color: '#80743A'

red 128 ◦ green 116 ◦ blue 58

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

Shades of Pesto #80743A

Tints of Pesto #80743A

RGB

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

 GREEN value IS 116 (45.7% from 255) = 38.41%

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

R = 42.38%
G = 38.41%
B = 19.21%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.55

 K value IS 0.50

RGB Variations

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

Color information

#80743A (or 0x80743A) is known color: Pesto. HEX triplet: 80, 74 and 3A. RGB value is (128,116,58). Sum of RGB (Red+Green+Blue) = 128+116+58=302 (40% of max value = 765). Red value is 128 (50.39% from 255 or 42.38% from 302); Green value is 116 (45.70% from 255 or 38.41% from 302); Blue value is 58 (23.05% from 255 or 19.21% from 302); Max value from RGB is 128 - color contains mainly: red. Hex color #80743A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #80743A is #7F8BC5. Grayscale: #717171. Windows color (decimal): -8358854 or 3830912. OLE color: 3830912.

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

Color convert

RGB 128 116 58 -
CMYK 0 0.09 0.55 0.50
HSL 49.71º 0.38% 0.36% -
HSV(B) 49.71º 0.55% 0.5% -
XYZ 15.91 17.39 6.52 -
YUV 112.98 96.98 138.72 -
System Red Green Blue C M Y K H S L
Decimal 128 116 58 0 0.09 0.55 0.50 49.71 0.38 0.36
Hex 80 74 3A 0 9 37 32 32 26 24
Octal 200 164 72 0 11 67 62 62 46 44
Binary 10000000 1110100 111010 0 1001 110111 110010 110010 100110 100100

Color Harmonies of #80743A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80743A

Black with #80743A

Text Example


Text Example

White with #80743A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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