Html Css Color HEX #807028 Pesto

📋 copy color: '#807028'

red 128 ◦ green 112 ◦ blue 40

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

Shades of Pesto #807028

Tints of Pesto #807028

RGB

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

 GREEN value IS 112 (44.14% from 255) = 40%

 BLUE value IS 40 (16.02% from 255) = 14.29%

R = 45.71%
G = 40%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.69

 K value IS 0.50

RGB Variations

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

Color information

#807028 (or 0x807028) is known color: Pesto. HEX triplet: 80, 70 and 28. RGB value is (128,112,40). Sum of RGB (Red+Green+Blue) = 128+112+40=280 (37% of max value = 765). Red value is 128 (50.39% from 255 or 45.71% from 280); Green value is 112 (44.14% from 255 or 40% from 280); Blue value is 40 (16.02% from 255 or 14.29% from 280); Max value from RGB is 128 - color contains mainly: red. Hex color #807028 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #807028 is #7F8FD7. Grayscale: #6C6C6C. Windows color (decimal): -8359896 or 2650240. OLE color: 2650240.

HSL color Cylindrical-coordinate representation of color #807028: hue angle of 49.09º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #807028 is Cyan = 0, Magento = 0.12, Yellow = 0.69 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 112 40 -
CMYK 0 0.12 0.69 0.50
HSL 49.09º 0.52% 0.33% -
HSV(B) 49.09º 0.69% 0.5% -
XYZ 15.08 16.33 4.36 -
YUV 108.58 89.3 141.85 -
System Red Green Blue C M Y K H S L
Decimal 128 112 40 0 0.12 0.69 0.50 49.09 0.52 0.33
Hex 80 70 28 0 C 45 32 31 34 21
Octal 200 160 50 0 14 105 62 61 64 41
Binary 10000000 1110000 101000 0 1100 1000101 110010 110001 110100 100001

Color Harmonies of #807028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #807028

Black with #807028

Text Example


Text Example

White with #807028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #807028; }

 p { color: rgb(128,112,40); }

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

background-color css

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

 a { background-color: rgb(128,112,40); }

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

border-color css

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

 span { border-color: rgb(128,112,40); }

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