Html Css Color HEX #807831 Pesto

📋 copy color: '#807831'

red 128 ◦ green 120 ◦ blue 49

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

Shades of Pesto #807831

Tints of Pesto #807831

RGB

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

 GREEN value IS 120 (47.27% from 255) = 40.4%

 BLUE value IS 49 (19.53% from 255) = 16.5%

R = 43.1%
G = 40.4%
B = 16.5%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.62

 K value IS 0.50

RGB Variations

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

Color information

#807831 (or 0x807831) is known color: Pesto. HEX triplet: 80, 78 and 31. RGB value is (128,120,49). Sum of RGB (Red+Green+Blue) = 128+120+49=297 (39% of max value = 765). Red value is 128 (50.39% from 255 or 43.10% from 297); Green value is 120 (47.27% from 255 or 40.40% from 297); Blue value is 49 (19.53% from 255 or 16.50% from 297); Max value from RGB is 128 - color contains mainly: red. Hex color #807831 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #807831 is #7F87CE. Grayscale: #727272. Windows color (decimal): -8357839 or 3242112. OLE color: 3242112.

HSL color Cylindrical-coordinate representation of color #807831: hue angle of 53.92º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #807831 is Cyan = 0, Magento = 0.06, Yellow = 0.62 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 120 49 -
CMYK 0 0.06 0.62 0.50
HSL 53.92º 0.45% 0.35% -
HSV(B) 53.92º 0.62% 0.5% -
XYZ 16.17 18.24 5.57 -
YUV 114.3 91.15 137.77 -
System Red Green Blue C M Y K H S L
Decimal 128 120 49 0 0.06 0.62 0.50 53.92 0.45 0.35
Hex 80 78 31 0 6 3E 32 36 2D 23
Octal 200 170 61 0 6 76 62 66 55 43
Binary 10000000 1111000 110001 0 110 111110 110010 110110 101101 100011

Color Harmonies of #807831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #807831

Black with #807831

Text Example


Text Example

White with #807831

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #807831; }

 p { color: rgb(128,120,49); }

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

background-color css

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

 a { background-color: rgb(128,120,49); }

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

border-color css

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

 span { border-color: rgb(128,120,49); }

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