Html Css Color HEX #85772C Pesto

📋 copy color: '#85772C'

red 133 ◦ green 119 ◦ blue 44

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

Shades of Pesto #85772C

Tints of Pesto #85772C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 14.86%

R = 44.93%
G = 40.2%
B = 14.86%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.67

 K value IS 0.48

RGB Variations

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

Color information

#85772C (or 0x85772C) is known color: Pesto. HEX triplet: 85, 77 and 2C. RGB value is (133,119,44). Sum of RGB (Red+Green+Blue) = 133+119+44=296 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.93% from 296); Green value is 119 (46.88% from 255 or 40.20% from 296); Blue value is 44 (17.58% from 255 or 14.86% from 296); Max value from RGB is 133 - color contains mainly: red. Hex color #85772C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85772C is #7A88D3. Grayscale: #727272. Windows color (decimal): -8030420 or 2914181. OLE color: 2914181.

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

Color convert

RGB 133 119 44 -
CMYK 0 0.11 0.67 0.48
HSL 50.56º 0.5% 0.35% -
HSV(B) 50.56º 0.67% 0.52% -
XYZ 16.72 18.36 5.05 -
YUV 114.64 88.14 141.1 -
System Red Green Blue C M Y K H S L
Decimal 133 119 44 0 0.11 0.67 0.48 50.56 0.5 0.35
Hex 85 77 2C 0 B 43 30 33 32 23
Octal 205 167 54 0 13 103 60 63 62 43
Binary 10000101 1110111 101100 0 1011 1000011 110000 110011 110010 100011

Color Harmonies of #85772C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85772C

Black with #85772C

Text Example


Text Example

White with #85772C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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