Html Css Color HEX #85772A Pesto

📋 copy color: '#85772A'

red 133 ◦ green 119 ◦ blue 42

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

Shades of Pesto #85772A

Tints of Pesto #85772A

RGB

 RED value IS 133 (52.34% from 255) = 45.24%

 GREEN value IS 119 (46.88% from 255) = 40.48%

 BLUE value IS 42 (16.8% from 255) = 14.29%

R = 45.24%
G = 40.48%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.68

 K value IS 0.48

RGB Variations

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

Color information

#85772A (or 0x85772A) is known color: Pesto. HEX triplet: 85, 77 and 2A. RGB value is (133,119,42). Sum of RGB (Red+Green+Blue) = 133+119+42=294 (38% of max value = 765). Red value is 133 (52.34% from 255 or 45.24% from 294); Green value is 119 (46.88% from 255 or 40.48% from 294); Blue value is 42 (16.80% from 255 or 14.29% from 294); Max value from RGB is 133 - color contains mainly: red. Hex color #85772A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85772A is #7A88D5. Grayscale: #727272. Windows color (decimal): -8030422 or 2783109. OLE color: 2783109.

HSL color Cylindrical-coordinate representation of color #85772A: hue angle of 50.77º degrees, saturation: 0.52, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #85772A is Cyan = 0, Magento = 0.11, Yellow = 0.68 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 119 42 -
CMYK 0 0.11 0.68 0.48
HSL 50.77º 0.52% 0.34% -
HSV(B) 50.77º 0.68% 0.52% -
XYZ 16.69 18.35 4.85 -
YUV 114.41 87.14 141.26 -
System Red Green Blue C M Y K H S L
Decimal 133 119 42 0 0.11 0.68 0.48 50.77 0.52 0.34
Hex 85 77 2A 0 B 44 30 33 34 22
Octal 205 167 52 0 13 104 60 63 64 42
Binary 10000101 1110111 101010 0 1011 1000100 110000 110011 110100 100010

Color Harmonies of #85772A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85772A

Black with #85772A

Text Example


Text Example

White with #85772A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85772A; }

 p { color: rgb(133,119,42); }

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

background-color css

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

 a { background-color: rgb(133,119,42); }

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

border-color css

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

 span { border-color: rgb(133,119,42); }

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