Html Css Color HEX #80751C Pesto

📋 copy color: '#80751C'

red 128 ◦ green 117 ◦ blue 28

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

Shades of Pesto #80751C

Tints of Pesto #80751C

RGB

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

 GREEN value IS 117 (46.09% from 255) = 42.86%

 BLUE value IS 28 (11.33% from 255) = 10.26%

R = 46.89%
G = 42.86%
B = 10.26%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.78

 K value IS 0.50

RGB Variations

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

Color information

#80751C (or 0x80751C) is known color: Pesto. HEX triplet: 80, 75 and 1C. RGB value is (128,117,28). Sum of RGB (Red+Green+Blue) = 128+117+28=273 (36% of max value = 765). Red value is 128 (50.39% from 255 or 46.89% from 273); Green value is 117 (46.09% from 255 or 42.86% from 273); Blue value is 28 (11.33% from 255 or 10.26% from 273); Max value from RGB is 128 - color contains mainly: red. Hex color #80751C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #80751C is #7F8AE3. Grayscale: #6E6E6E. Windows color (decimal): -8358628 or 1865088. OLE color: 1865088.

HSL color Cylindrical-coordinate representation of color #80751C: hue angle of 53.4º degrees, saturation: 0.64, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #80751C is Cyan = 0, Magento = 0.09, Yellow = 0.78 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 117 28 -
CMYK 0 0.09 0.78 0.50
HSL 53.4º 0.64% 0.31% -
HSV(B) 53.4º 0.78% 0.5% -
XYZ 15.47 17.4 3.64 -
YUV 110.14 81.64 140.74 -
System Red Green Blue C M Y K H S L
Decimal 128 117 28 0 0.09 0.78 0.50 53.4 0.64 0.31
Hex 80 75 1C 0 9 4E 32 35 40 1F
Octal 200 165 34 0 11 116 62 65 100 37
Binary 10000000 1110101 11100 0 1001 1001110 110010 110101 1000000 11111

Color Harmonies of #80751C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80751C

Black with #80751C

Text Example


Text Example

White with #80751C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,117,28); }

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

background-color css

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

 a { background-color: rgb(128,117,28); }

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

border-color css

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

 span { border-color: rgb(128,117,28); }

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