Html Css Color HEX #807532 Pesto

📋 copy color: '#807532'

red 128 ◦ green 117 ◦ blue 50

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

Shades of Pesto #807532

Tints of Pesto #807532

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 16.95%

R = 43.39%
G = 39.66%
B = 16.95%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.61

 K value IS 0.50

RGB Variations

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

Color information

#807532 (or 0x807532) is known color: Pesto. HEX triplet: 80, 75 and 32. RGB value is (128,117,50). Sum of RGB (Red+Green+Blue) = 128+117+50=295 (39% of max value = 765). Red value is 128 (50.39% from 255 or 43.39% from 295); Green value is 117 (46.09% from 255 or 39.66% from 295); Blue value is 50 (19.92% from 255 or 16.95% from 295); Max value from RGB is 128 - color contains mainly: red. Hex color #807532 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #807532 is #7F8ACD. Grayscale: #707070. Windows color (decimal): -8358606 or 3306880. OLE color: 3306880.

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

Color convert

RGB 128 117 50 -
CMYK 0 0.09 0.61 0.50
HSL 51.54º 0.44% 0.35% -
HSV(B) 51.54º 0.61% 0.5% -
XYZ 15.84 17.54 5.57 -
YUV 112.65 92.64 138.95 -
System Red Green Blue C M Y K H S L
Decimal 128 117 50 0 0.09 0.61 0.50 51.54 0.44 0.35
Hex 80 75 32 0 9 3D 32 34 2C 23
Octal 200 165 62 0 11 75 62 64 54 43
Binary 10000000 1110101 110010 0 1001 111101 110010 110100 101100 100011

Color Harmonies of #807532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #807532

Black with #807532

Text Example


Text Example

White with #807532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #807532; }

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

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

background-color css

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

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

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

border-color css

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

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

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