Html Css Color HEX #85762E Pesto

📋 copy color: '#85762E'

red 133 ◦ green 118 ◦ blue 46

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

Shades of Pesto #85762E

Tints of Pesto #85762E

RGB

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

 GREEN value IS 118 (46.48% from 255) = 39.73%

 BLUE value IS 46 (18.36% from 255) = 15.49%

R = 44.78%
G = 39.73%
B = 15.49%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.65

 K value IS 0.48

RGB Variations

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

Color information

#85762E (or 0x85762E) is known color: Pesto. HEX triplet: 85, 76 and 2E. RGB value is (133,118,46). Sum of RGB (Red+Green+Blue) = 133+118+46=297 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.78% from 297); Green value is 118 (46.48% from 255 or 39.73% from 297); Blue value is 46 (18.36% from 255 or 15.49% from 297); Max value from RGB is 133 - color contains mainly: red. Hex color #85762E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85762E is #7A89D1. Grayscale: #727272. Windows color (decimal): -8030674 or 3044997. OLE color: 3044997.

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

Color convert

RGB 133 118 46 -
CMYK 0 0.11 0.65 0.48
HSL 49.66º 0.49% 0.35% -
HSV(B) 49.66º 0.65% 0.52% -
XYZ 16.64 18.14 5.21 -
YUV 114.28 89.47 141.35 -
System Red Green Blue C M Y K H S L
Decimal 133 118 46 0 0.11 0.65 0.48 49.66 0.49 0.35
Hex 85 76 2E 0 B 41 30 32 31 23
Octal 205 166 56 0 13 101 60 62 61 43
Binary 10000101 1110110 101110 0 1011 1000001 110000 110010 110001 100011

Color Harmonies of #85762E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85762E

Black with #85762E

Text Example


Text Example

White with #85762E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85762E; }

 p { color: rgb(133,118,46); }

 H1.HeaderClassName
 {
   color: #85762E;
 }
 .AnyTagClassName
 {
   color: #85762E;
 }
</style>

background-color css

<style>
 a { background-color: #85762E; }

 a { background-color: rgb(133,118,46); }

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

border-color css

<style>
 span { border-color: #85762E; }

 span { border-color: rgb(133,118,46); }

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