Html Css Color HEX #85783A Pesto

📋 copy color: '#85783A'

red 133 ◦ green 120 ◦ blue 58

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

Shades of Pesto #85783A

Tints of Pesto #85783A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 18.65%

R = 42.77%
G = 38.59%
B = 18.65%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.56

 K value IS 0.48

RGB Variations

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

Color information

#85783A (or 0x85783A) is known color: Pesto. HEX triplet: 85, 78 and 3A. RGB value is (133,120,58). Sum of RGB (Red+Green+Blue) = 133+120+58=311 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.77% from 311); Green value is 120 (47.27% from 255 or 38.59% from 311); Blue value is 58 (23.05% from 255 or 18.65% from 311); Max value from RGB is 133 - color contains mainly: red. Hex color #85783A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85783A is #7A87C5. Grayscale: #757575. Windows color (decimal): -8030150 or 3831941. OLE color: 3831941.

HSL color Cylindrical-coordinate representation of color #85783A: hue angle of 49.6º degrees, saturation: 0.39, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #85783A is Cyan = 0, Magento = 0.10, Yellow = 0.56 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 120 58 -
CMYK 0 0.10 0.56 0.48
HSL 49.6º 0.39% 0.37% -
HSV(B) 49.6º 0.56% 0.52% -
XYZ 17.15 18.72 6.71 -
YUV 116.82 94.81 139.54 -
System Red Green Blue C M Y K H S L
Decimal 133 120 58 0 0.10 0.56 0.48 49.6 0.39 0.37
Hex 85 78 3A 0 A 38 30 32 27 25
Octal 205 170 72 0 12 70 60 62 47 45
Binary 10000101 1111000 111010 0 1010 111000 110000 110010 100111 100101

Color Harmonies of #85783A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85783A

Black with #85783A

Text Example


Text Example

White with #85783A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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