Html Css Color HEX #807435 Pesto

📋 copy color: '#807435'

red 128 ◦ green 116 ◦ blue 53

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

Shades of Pesto #807435

Tints of Pesto #807435

RGB

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

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

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

R = 43.1%
G = 39.06%
B = 17.85%

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

#807435 (or 0x807435) is known color: Pesto. HEX triplet: 80, 74 and 35. RGB value is (128,116,53). Sum of RGB (Red+Green+Blue) = 128+116+53=297 (39% of max value = 765). Red value is 128 (50.39% from 255 or 43.10% from 297); Green value is 116 (45.70% from 255 or 39.06% from 297); Blue value is 53 (21.09% from 255 or 17.85% from 297); Max value from RGB is 128 - color contains mainly: red. Hex color #807435 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #807435 is #7F8BCA. Grayscale: #707070. Windows color (decimal): -8358859 or 3503232. OLE color: 3503232.

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

Color convert

RGB 128 116 53 -
CMYK 0 0.09 0.59 0.50
HSL 50.4º 0.41% 0.35% -
HSV(B) 50.4º 0.59% 0.5% -
XYZ 15.79 17.34 5.88 -
YUV 112.41 94.48 139.12 -
System Red Green Blue C M Y K H S L
Decimal 128 116 53 0 0.09 0.59 0.50 50.4 0.41 0.35
Hex 80 74 35 0 9 3B 32 32 29 23
Octal 200 164 65 0 11 73 62 62 51 43
Binary 10000000 1110100 110101 0 1001 111011 110010 110010 101001 100011

Color Harmonies of #807435

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #807435

Black with #807435

Text Example


Text Example

White with #807435

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #807435; }

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

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

background-color css

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

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

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

border-color css

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

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

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