Html Css Color HEX #857C36 Pesto

📋 copy color: '#857C36'

red 133 ◦ green 124 ◦ blue 54

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

Shades of Pesto #857C36

Tints of Pesto #857C36

RGB

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

 GREEN value IS 124 (48.83% from 255) = 39.87%

 BLUE value IS 54 (21.48% from 255) = 17.36%

R = 42.77%
G = 39.87%
B = 17.36%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.59

 K value IS 0.48

RGB Variations

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

Color information

#857C36 (or 0x857C36) is known color: Pesto. HEX triplet: 85, 7C and 36. RGB value is (133,124,54). Sum of RGB (Red+Green+Blue) = 133+124+54=311 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.77% from 311); Green value is 124 (48.83% from 255 or 39.87% from 311); Blue value is 54 (21.48% from 255 or 17.36% from 311); Max value from RGB is 133 - color contains mainly: red. Hex color #857C36 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #857C36 is #7A83C9. Grayscale: #777777. Windows color (decimal): -8029130 or 3570821. OLE color: 3570821.

HSL color Cylindrical-coordinate representation of color #857C36: hue angle of 53.16º degrees, saturation: 0.42, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #857C36 is Cyan = 0, Magento = 0.07, Yellow = 0.59 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 124 54 -
CMYK 0 0.07 0.59 0.48
HSL 53.16º 0.42% 0.37% -
HSV(B) 53.16º 0.59% 0.52% -
XYZ 17.55 19.67 6.36 -
YUV 118.71 91.48 138.19 -
System Red Green Blue C M Y K H S L
Decimal 133 124 54 0 0.07 0.59 0.48 53.16 0.42 0.37
Hex 85 7C 36 0 7 3B 30 35 2A 25
Octal 205 174 66 0 7 73 60 65 52 45
Binary 10000101 1111100 110110 0 111 111011 110000 110101 101010 100101

Color Harmonies of #857C36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857C36

Black with #857C36

Text Example


Text Example

White with #857C36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,124,54); }

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

background-color css

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

 a { background-color: rgb(133,124,54); }

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

border-color css

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

 span { border-color: rgb(133,124,54); }

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