Html Css Color HEX #807535 Pesto

📋 copy color: '#807535'

red 128 ◦ green 117 ◦ blue 53

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

Shades of Pesto #807535

Tints of Pesto #807535

RGB

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

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

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

R = 42.95%
G = 39.26%
B = 17.79%

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

#807535 (or 0x807535) is known color: Pesto. HEX triplet: 80, 75 and 35. RGB value is (128,117,53). Sum of RGB (Red+Green+Blue) = 128+117+53=298 (39% of max value = 765). Red value is 128 (50.39% from 255 or 42.95% from 298); Green value is 117 (46.09% from 255 or 39.26% from 298); Blue value is 53 (21.09% from 255 or 17.79% from 298); Max value from RGB is 128 - color contains mainly: red. Hex color #807535 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #807535 is #7F8ACA. Grayscale: #717171. Windows color (decimal): -8358603 or 3503488. OLE color: 3503488.

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

Color convert

RGB 128 117 53 -
CMYK 0 0.09 0.59 0.50
HSL 51.2º 0.41% 0.35% -
HSV(B) 51.2º 0.59% 0.5% -
XYZ 15.91 17.57 5.92 -
YUV 112.99 94.14 138.7 -
System Red Green Blue C M Y K H S L
Decimal 128 117 53 0 0.09 0.59 0.50 51.2 0.41 0.35
Hex 80 75 35 0 9 3B 32 33 29 23
Octal 200 165 65 0 11 73 62 63 51 43
Binary 10000000 1110101 110101 0 1001 111011 110010 110011 101001 100011

Color Harmonies of #807535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #807535

Black with #807535

Text Example


Text Example

White with #807535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #807535; }

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

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

background-color css

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

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

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

border-color css

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

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

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