Html Css Color HEX #807434 Pesto

📋 copy color: '#807434'

red 128 ◦ green 116 ◦ blue 52

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

Shades of Pesto #807434

Tints of Pesto #807434

RGB

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

 GREEN value IS 116 (45.7% from 255) = 39.19%

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

R = 43.24%
G = 39.19%
B = 17.57%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.59

 K value IS 0.50

RGB Variations

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

Color information

#807434 (or 0x807434) is known color: Pesto. HEX triplet: 80, 74 and 34. RGB value is (128,116,52). Sum of RGB (Red+Green+Blue) = 128+116+52=296 (39% of max value = 765). Red value is 128 (50.39% from 255 or 43.24% from 296); Green value is 116 (45.70% from 255 or 39.19% from 296); Blue value is 52 (20.70% from 255 or 17.57% from 296); Max value from RGB is 128 - color contains mainly: red. Hex color #807434 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #807434 is #7F8BCB. Grayscale: #707070. Windows color (decimal): -8358860 or 3437696. OLE color: 3437696.

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

Color convert

RGB 128 116 52 -
CMYK 0 0.09 0.59 0.50
HSL 50.53º 0.42% 0.35% -
HSV(B) 50.53º 0.59% 0.5% -
XYZ 15.77 17.33 5.76 -
YUV 112.29 93.98 139.2 -
System Red Green Blue C M Y K H S L
Decimal 128 116 52 0 0.09 0.59 0.50 50.53 0.42 0.35
Hex 80 74 34 0 9 3B 32 33 2A 23
Octal 200 164 64 0 11 73 62 63 52 43
Binary 10000000 1110100 110100 0 1001 111011 110010 110011 101010 100011

Color Harmonies of #807434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #807434

Black with #807434

Text Example


Text Example

White with #807434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #807434; }

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

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

background-color css

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

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

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

border-color css

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

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

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