Html Css Color HEX #857735 Pesto

📋 copy color: '#857735'

red 133 ◦ green 119 ◦ blue 53

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

Shades of Pesto #857735

Tints of Pesto #857735

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 17.38%

R = 43.61%
G = 39.02%
B = 17.38%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.60

 K value IS 0.48

RGB Variations

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

Color information

#857735 (or 0x857735) is known color: Pesto. HEX triplet: 85, 77 and 35. RGB value is (133,119,53). Sum of RGB (Red+Green+Blue) = 133+119+53=305 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.61% from 305); Green value is 119 (46.88% from 255 or 39.02% from 305); Blue value is 53 (21.09% from 255 or 17.38% from 305); Max value from RGB is 133 - color contains mainly: red. Hex color #857735 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #857735 is #7A88CA. Grayscale: #737373. Windows color (decimal): -8030411 or 3504005. OLE color: 3504005.

HSL color Cylindrical-coordinate representation of color #857735: hue angle of 49.5º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #857735 is Cyan = 0, Magento = 0.11, Yellow = 0.60 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 119 53 -
CMYK 0 0.11 0.60 0.48
HSL 49.5º 0.43% 0.36% -
HSV(B) 49.5º 0.6% 0.52% -
XYZ 16.91 18.44 6.04 -
YUV 115.66 92.64 140.37 -
System Red Green Blue C M Y K H S L
Decimal 133 119 53 0 0.11 0.60 0.48 49.5 0.43 0.36
Hex 85 77 35 0 B 3C 30 32 2B 24
Octal 205 167 65 0 13 74 60 62 53 44
Binary 10000101 1110111 110101 0 1011 111100 110000 110010 101011 100100

Color Harmonies of #857735

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857735

Black with #857735

Text Example


Text Example

White with #857735

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #857735; }

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

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

background-color css

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

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

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

border-color css

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

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

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