Html Css Color HEX #857B34 Pesto

📋 copy color: '#857B34'

red 133 ◦ green 123 ◦ blue 52

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

Shades of Pesto #857B34

Tints of Pesto #857B34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 16.88%

R = 43.18%
G = 39.94%
B = 16.88%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.61

 K value IS 0.48

RGB Variations

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

Color information

#857B34 (or 0x857B34) is known color: Pesto. HEX triplet: 85, 7B and 34. RGB value is (133,123,52). Sum of RGB (Red+Green+Blue) = 133+123+52=308 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.18% from 308); Green value is 123 (48.44% from 255 or 39.94% from 308); Blue value is 52 (20.70% from 255 or 16.88% from 308); Max value from RGB is 133 - color contains mainly: red. Hex color #857B34 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #857B34 is #7A84CB. Grayscale: #767676. Windows color (decimal): -8029388 or 3439493. OLE color: 3439493.

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

Color convert

RGB 133 123 52 -
CMYK 0 0.08 0.61 0.48
HSL 52.59º 0.44% 0.36% -
HSV(B) 52.59º 0.61% 0.52% -
XYZ 17.38 19.4 6.08 -
YUV 117.9 90.81 138.77 -
System Red Green Blue C M Y K H S L
Decimal 133 123 52 0 0.08 0.61 0.48 52.59 0.44 0.36
Hex 85 7B 34 0 8 3D 30 35 2C 24
Octal 205 173 64 0 10 75 60 65 54 44
Binary 10000101 1111011 110100 0 1000 111101 110000 110101 101100 100100

Color Harmonies of #857B34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857B34

Black with #857B34

Text Example


Text Example

White with #857B34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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