Html Css Color HEX #85781F Pesto

📋 copy color: '#85781F'

red 133 ◦ green 120 ◦ blue 31

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

Shades of Pesto #85781F

Tints of Pesto #85781F

RGB

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

 GREEN value IS 120 (47.27% from 255) = 42.25%

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

R = 46.83%
G = 42.25%
B = 10.92%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.77

 K value IS 0.48

RGB Variations

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

Color information

#85781F (or 0x85781F) is known color: Pesto. HEX triplet: 85, 78 and 1F. RGB value is (133,120,31). Sum of RGB (Red+Green+Blue) = 133+120+31=284 (37% of max value = 765). Red value is 133 (52.34% from 255 or 46.83% from 284); Green value is 120 (47.27% from 255 or 42.25% from 284); Blue value is 31 (12.5% from 255 or 10.92% from 284); Max value from RGB is 133 - color contains mainly: red. Hex color #85781F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85781F is #7A87E0. Grayscale: #727272. Windows color (decimal): -8030177 or 2062469. OLE color: 2062469.

HSL color Cylindrical-coordinate representation of color #85781F: hue angle of 52.35º 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 #85781F is Cyan = 0, Magento = 0.10, Yellow = 0.77 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 120 31 -
CMYK 0 0.10 0.77 0.48
HSL 52.35º 0.62% 0.32% -
HSV(B) 52.35º 0.77% 0.52% -
XYZ 16.64 18.52 3.99 -
YUV 113.74 81.31 141.74 -
System Red Green Blue C M Y K H S L
Decimal 133 120 31 0 0.10 0.77 0.48 52.35 0.62 0.32
Hex 85 78 1F 0 A 4D 30 34 3E 20
Octal 205 170 37 0 12 115 60 64 76 40
Binary 10000101 1111000 11111 0 1010 1001101 110000 110100 111110 100000

Color Harmonies of #85781F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85781F

Black with #85781F

Text Example


Text Example

White with #85781F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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