Html Css Color HEX #85772D Pesto

📋 copy color: '#85772D'

red 133 ◦ green 119 ◦ blue 45

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

Shades of Pesto #85772D

Tints of Pesto #85772D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 15.15%

R = 44.78%
G = 40.07%
B = 15.15%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.66

 K value IS 0.48

RGB Variations

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

Color information

#85772D (or 0x85772D) is known color: Pesto. HEX triplet: 85, 77 and 2D. RGB value is (133,119,45). Sum of RGB (Red+Green+Blue) = 133+119+45=297 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.78% from 297); Green value is 119 (46.88% from 255 or 40.07% from 297); Blue value is 45 (17.97% from 255 or 15.15% from 297); Max value from RGB is 133 - color contains mainly: red. Hex color #85772D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85772D is #7A88D2. Grayscale: #737373. Windows color (decimal): -8030419 or 2979717. OLE color: 2979717.

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

Color convert

RGB 133 119 45 -
CMYK 0 0.11 0.66 0.48
HSL 50.45º 0.49% 0.35% -
HSV(B) 50.45º 0.66% 0.52% -
XYZ 16.74 18.37 5.15 -
YUV 114.75 88.64 141.02 -
System Red Green Blue C M Y K H S L
Decimal 133 119 45 0 0.11 0.66 0.48 50.45 0.49 0.35
Hex 85 77 2D 0 B 42 30 32 31 23
Octal 205 167 55 0 13 102 60 62 61 43
Binary 10000101 1110111 101101 0 1011 1000010 110000 110010 110001 100011

Color Harmonies of #85772D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85772D

Black with #85772D

Text Example


Text Example

White with #85772D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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