Html Css Color HEX #857B20 Pesto

📋 copy color: '#857B20'

red 133 ◦ green 123 ◦ blue 32

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

Shades of Pesto #857B20

Tints of Pesto #857B20

RGB

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

 GREEN value IS 123 (48.44% from 255) = 42.71%

 BLUE value IS 32 (12.89% from 255) = 11.11%

R = 46.18%
G = 42.71%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.76

 K value IS 0.48

RGB Variations

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

Color information

#857B20 (or 0x857B20) is known color: Pesto. HEX triplet: 85, 7B and 20. RGB value is (133,123,32). Sum of RGB (Red+Green+Blue) = 133+123+32=288 (38% of max value = 765). Red value is 133 (52.34% from 255 or 46.18% from 288); Green value is 123 (48.44% from 255 or 42.71% from 288); Blue value is 32 (12.89% from 255 or 11.11% from 288); Max value from RGB is 133 - color contains mainly: red. Hex color #857B20 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #857B20 is #7A84DF. Grayscale: #737373. Windows color (decimal): -8029408 or 2128773. OLE color: 2128773.

HSL color Cylindrical-coordinate representation of color #857B20: hue angle of 54.06º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #857B20 is Cyan = 0, Magento = 0.08, Yellow = 0.76 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 123 32 -
CMYK 0 0.08 0.76 0.48
HSL 54.06º 0.61% 0.32% -
HSV(B) 54.06º 0.76% 0.52% -
XYZ 17.02 19.26 4.19 -
YUV 115.62 80.81 140.4 -
System Red Green Blue C M Y K H S L
Decimal 133 123 32 0 0.08 0.76 0.48 54.06 0.61 0.32
Hex 85 7B 20 0 8 4C 30 36 3D 20
Octal 205 173 40 0 10 114 60 66 75 40
Binary 10000101 1111011 100000 0 1000 1001100 110000 110110 111101 100000

Color Harmonies of #857B20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857B20

Black with #857B20

Text Example


Text Example

White with #857B20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #857B20; }

 p { color: rgb(133,123,32); }

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

background-color css

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

 a { background-color: rgb(133,123,32); }

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

border-color css

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

 span { border-color: rgb(133,123,32); }

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