Html Css Color HEX #807335 Pesto

📋 copy color: '#807335'

red 128 ◦ green 115 ◦ blue 53

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

Shades of Pesto #807335

Tints of Pesto #807335

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 17.91%

R = 43.24%
G = 38.85%
B = 17.91%

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

#807335 (or 0x807335) is known color: Pesto. HEX triplet: 80, 73 and 35. RGB value is (128,115,53). Sum of RGB (Red+Green+Blue) = 128+115+53=296 (39% of max value = 765). Red value is 128 (50.39% from 255 or 43.24% from 296); Green value is 115 (45.31% from 255 or 38.85% from 296); Blue value is 53 (21.09% from 255 or 17.91% from 296); Max value from RGB is 128 - color contains mainly: red. Hex color #807335 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #807335 is #7F8CCA. Grayscale: #707070. Windows color (decimal): -8359115 or 3502976. OLE color: 3502976.

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

Color convert

RGB 128 115 53 -
CMYK 0 0.10 0.59 0.50
HSL 49.6º 0.41% 0.35% -
HSV(B) 49.6º 0.59% 0.5% -
XYZ 15.68 17.11 5.84 -
YUV 111.82 94.81 139.54 -
System Red Green Blue C M Y K H S L
Decimal 128 115 53 0 0.10 0.59 0.50 49.6 0.41 0.35
Hex 80 73 35 0 A 3B 32 32 29 23
Octal 200 163 65 0 12 73 62 62 51 43
Binary 10000000 1110011 110101 0 1010 111011 110010 110010 101001 100011

Color Harmonies of #807335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #807335

Black with #807335

Text Example


Text Example

White with #807335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #807335; }

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

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

background-color css

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

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

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

border-color css

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

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

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