Html Css Color HEX #807334 Pesto

📋 copy color: '#807334'

red 128 ◦ green 115 ◦ blue 52

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

Shades of Pesto #807334

Tints of Pesto #807334

RGB

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

 GREEN value IS 115 (45.31% from 255) = 38.98%

 BLUE value IS 52 (20.7% from 255) = 17.63%

R = 43.39%
G = 38.98%
B = 17.63%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.59

 K value IS 0.50

RGB Variations

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

Color information

#807334 (or 0x807334) is known color: Pesto. HEX triplet: 80, 73 and 34. RGB value is (128,115,52). Sum of RGB (Red+Green+Blue) = 128+115+52=295 (39% of max value = 765). Red value is 128 (50.39% from 255 or 43.39% from 295); Green value is 115 (45.31% from 255 or 38.98% from 295); Blue value is 52 (20.70% from 255 or 17.63% from 295); Max value from RGB is 128 - color contains mainly: red. Hex color #807334 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #807334 is #7F8CCB. Grayscale: #6F6F6F. Windows color (decimal): -8359116 or 3437440. OLE color: 3437440.

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

Color convert

RGB 128 115 52 -
CMYK 0 0.10 0.59 0.50
HSL 49.74º 0.42% 0.35% -
HSV(B) 49.74º 0.59% 0.5% -
XYZ 15.65 17.1 5.72 -
YUV 111.71 94.31 139.62 -
System Red Green Blue C M Y K H S L
Decimal 128 115 52 0 0.10 0.59 0.50 49.74 0.42 0.35
Hex 80 73 34 0 A 3B 32 32 2A 23
Octal 200 163 64 0 12 73 62 62 52 43
Binary 10000000 1110011 110100 0 1010 111011 110010 110010 101010 100011

Color Harmonies of #807334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #807334

Black with #807334

Text Example


Text Example

White with #807334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #807334; }

 p { color: rgb(128,115,52); }

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

background-color css

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

 a { background-color: rgb(128,115,52); }

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

border-color css

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

 span { border-color: rgb(128,115,52); }

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