Html Css Color HEX #85781D Pesto

📋 copy color: '#85781D'

red 133 ◦ green 120 ◦ blue 29

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

Shades of Pesto #85781D

Tints of Pesto #85781D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 10.28%

R = 47.16%
G = 42.55%
B = 10.28%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.78

 K value IS 0.48

RGB Variations

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

Color information

#85781D (or 0x85781D) is known color: Pesto. HEX triplet: 85, 78 and 1D. RGB value is (133,120,29). Sum of RGB (Red+Green+Blue) = 133+120+29=282 (37% of max value = 765). Red value is 133 (52.34% from 255 or 47.16% from 282); Green value is 120 (47.27% from 255 or 42.55% from 282); Blue value is 29 (11.72% from 255 or 10.28% from 282); Max value from RGB is 133 - color contains mainly: red. Hex color #85781D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85781D is #7A87E2. Grayscale: #717171. Windows color (decimal): -8030179 or 1931397. OLE color: 1931397.

HSL color Cylindrical-coordinate representation of color #85781D: hue angle of 52.5º degrees, saturation: 0.64, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #85781D is Cyan = 0, Magento = 0.10, Yellow = 0.78 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 120 29 -
CMYK 0 0.10 0.78 0.48
HSL 52.5º 0.64% 0.32% -
HSV(B) 52.5º 0.78% 0.52% -
XYZ 16.61 18.51 3.86 -
YUV 113.51 80.31 141.9 -
System Red Green Blue C M Y K H S L
Decimal 133 120 29 0 0.10 0.78 0.48 52.5 0.64 0.32
Hex 85 78 1D 0 A 4E 30 34 40 20
Octal 205 170 35 0 12 116 60 64 100 40
Binary 10000101 1111000 11101 0 1010 1001110 110000 110100 1000000 100000

Color Harmonies of #85781D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85781D

Black with #85781D

Text Example


Text Example

White with #85781D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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