Html Css Color HEX #857725 Pesto

📋 copy color: '#857725'

red 133 ◦ green 119 ◦ blue 37

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

Shades of Pesto #857725

Tints of Pesto #857725

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 12.8%

R = 46.02%
G = 41.18%
B = 12.8%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.72

 K value IS 0.48

RGB Variations

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

Color information

#857725 (or 0x857725) is known color: Pesto. HEX triplet: 85, 77 and 25. RGB value is (133,119,37). Sum of RGB (Red+Green+Blue) = 133+119+37=289 (38% of max value = 765). Red value is 133 (52.34% from 255 or 46.02% from 289); Green value is 119 (46.88% from 255 or 41.18% from 289); Blue value is 37 (14.84% from 255 or 12.80% from 289); Max value from RGB is 133 - color contains mainly: red. Hex color #857725 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #857725 is #7A88DA. Grayscale: #727272. Windows color (decimal): -8030427 or 2455429. OLE color: 2455429.

HSL color Cylindrical-coordinate representation of color #857725: hue angle of 51.25º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #857725 is Cyan = 0, Magento = 0.11, Yellow = 0.72 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 119 37 -
CMYK 0 0.11 0.72 0.48
HSL 51.25º 0.56% 0.33% -
HSV(B) 51.25º 0.72% 0.52% -
XYZ 16.6 18.31 4.41 -
YUV 113.84 84.64 141.67 -
System Red Green Blue C M Y K H S L
Decimal 133 119 37 0 0.11 0.72 0.48 51.25 0.56 0.33
Hex 85 77 25 0 B 48 30 33 38 21
Octal 205 167 45 0 13 110 60 63 70 41
Binary 10000101 1110111 100101 0 1011 1001000 110000 110011 111000 100001

Color Harmonies of #857725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857725

Black with #857725

Text Example


Text Example

White with #857725

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #857725; }

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

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

background-color css

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

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

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

border-color css

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

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

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