Html Css Color HEX #807531 Pesto

📋 copy color: '#807531'

red 128 ◦ green 117 ◦ blue 49

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

Shades of Pesto #807531

Tints of Pesto #807531

RGB

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

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

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

R = 43.54%
G = 39.8%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.62

 K value IS 0.50

RGB Variations

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

Color information

#807531 (or 0x807531) is known color: Pesto. HEX triplet: 80, 75 and 31. RGB value is (128,117,49). Sum of RGB (Red+Green+Blue) = 128+117+49=294 (38% of max value = 765). Red value is 128 (50.39% from 255 or 43.54% from 294); Green value is 117 (46.09% from 255 or 39.80% from 294); Blue value is 49 (19.53% from 255 or 16.67% from 294); Max value from RGB is 128 - color contains mainly: red. Hex color #807531 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #807531 is #7F8ACE. Grayscale: #707070. Windows color (decimal): -8358607 or 3241344. OLE color: 3241344.

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

Color convert

RGB 128 117 49 -
CMYK 0 0.09 0.62 0.50
HSL 51.65º 0.45% 0.35% -
HSV(B) 51.65º 0.62% 0.5% -
XYZ 15.82 17.53 5.46 -
YUV 112.54 92.14 139.03 -
System Red Green Blue C M Y K H S L
Decimal 128 117 49 0 0.09 0.62 0.50 51.65 0.45 0.35
Hex 80 75 31 0 9 3E 32 34 2D 23
Octal 200 165 61 0 11 76 62 64 55 43
Binary 10000000 1110101 110001 0 1001 111110 110010 110100 101101 100011

Color Harmonies of #807531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #807531

Black with #807531

Text Example


Text Example

White with #807531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #807531; }

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

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

background-color css

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

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

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

border-color css

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

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

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