Html Css Color HEX #857828 Pesto

📋 copy color: '#857828'

red 133 ◦ green 120 ◦ blue 40

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

Shades of Pesto #857828

Tints of Pesto #857828

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 13.65%

R = 45.39%
G = 40.96%
B = 13.65%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.70

 K value IS 0.48

RGB Variations

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

Color information

#857828 (or 0x857828) is known color: Pesto. HEX triplet: 85, 78 and 28. RGB value is (133,120,40). Sum of RGB (Red+Green+Blue) = 133+120+40=293 (38% of max value = 765). Red value is 133 (52.34% from 255 or 45.39% from 293); Green value is 120 (47.27% from 255 or 40.96% from 293); Blue value is 40 (16.02% from 255 or 13.65% from 293); Max value from RGB is 133 - color contains mainly: red. Hex color #857828 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #857828 is #7A87D7. Grayscale: #737373. Windows color (decimal): -8030168 or 2652293. OLE color: 2652293.

HSL color Cylindrical-coordinate representation of color #857828: hue angle of 51.61º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #857828 is Cyan = 0, Magento = 0.10, Yellow = 0.70 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 120 40 -
CMYK 0 0.10 0.70 0.48
HSL 51.61º 0.54% 0.34% -
HSV(B) 51.61º 0.7% 0.52% -
XYZ 16.77 18.57 4.71 -
YUV 114.77 85.81 141 -
System Red Green Blue C M Y K H S L
Decimal 133 120 40 0 0.10 0.70 0.48 51.61 0.54 0.34
Hex 85 78 28 0 A 46 30 34 36 22
Octal 205 170 50 0 12 106 60 64 66 42
Binary 10000101 1111000 101000 0 1010 1000110 110000 110100 110110 100010

Color Harmonies of #857828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857828

Black with #857828

Text Example


Text Example

White with #857828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #857828; }

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

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

background-color css

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

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

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

border-color css

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

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

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