Html Css Color HEX #85771F Pesto

📋 copy color: '#85771F'

red 133 ◦ green 119 ◦ blue 31

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

Shades of Pesto #85771F

Tints of Pesto #85771F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 10.95%

R = 47%
G = 42.05%
B = 10.95%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.77

 K value IS 0.48

RGB Variations

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

Color information

#85771F (or 0x85771F) is known color: Pesto. HEX triplet: 85, 77 and 1F. RGB value is (133,119,31). Sum of RGB (Red+Green+Blue) = 133+119+31=283 (37% of max value = 765). Red value is 133 (52.34% from 255 or 47.00% from 283); Green value is 119 (46.88% from 255 or 42.05% from 283); Blue value is 31 (12.5% from 255 or 10.95% from 283); Max value from RGB is 133 - color contains mainly: red. Hex color #85771F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85771F is #7A88E0. Grayscale: #717171. Windows color (decimal): -8030433 or 2062213. OLE color: 2062213.

HSL color Cylindrical-coordinate representation of color #85771F: hue angle of 51.76º degrees, saturation: 0.62, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #85771F is Cyan = 0, Magento = 0.11, Yellow = 0.77 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 119 31 -
CMYK 0 0.11 0.77 0.48
HSL 51.76º 0.62% 0.32% -
HSV(B) 51.76º 0.77% 0.52% -
XYZ 16.52 18.28 3.95 -
YUV 113.15 81.64 142.16 -
System Red Green Blue C M Y K H S L
Decimal 133 119 31 0 0.11 0.77 0.48 51.76 0.62 0.32
Hex 85 77 1F 0 B 4D 30 34 3E 20
Octal 205 167 37 0 13 115 60 64 76 40
Binary 10000101 1110111 11111 0 1011 1001101 110000 110100 111110 100000

Color Harmonies of #85771F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85771F

Black with #85771F

Text Example


Text Example

White with #85771F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85771F; }

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

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

background-color css

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

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

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

border-color css

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

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

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